]> git.eshelyaron.com Git - emacs.git/commit
Use auth-info-mode for non-hidden authinfo and netrc files
authorAugusto Stoffel <arstoffel@gmail.com>
Wed, 27 Sep 2023 16:35:32 +0000 (18:35 +0200)
committerStefan Kangas <stefankangas@gmail.com>
Wed, 10 Jan 2024 22:07:09 +0000 (23:07 +0100)
commitc12166de380397168e374931c4e59bbb3a09bf21
treede94be3d58da620f08de40cdb8cd81a0d4168613
parenta0133f63450e5458dc5b6d0bb7c91a00ef7e3aa3
Use auth-info-mode for non-hidden authinfo and netrc files

* files.el (auto-mode-alist): Match non-hidden authinfo and netrc
files, since it is reasonable to store passwords in
~/.emacs.d/authinfo.gpg or a similarly named file.  (Bug#66241)
lisp/files.el