]> git.eshelyaron.com Git - emacs.git/commitdiff
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)
* 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

index 8b4e4394e5a2b410db22f2993eb1214810c376ee..9c8914bfc50b53e26255bd9fa7ed205b1de777e8 100644 (file)
@@ -3059,7 +3059,7 @@ ARC\\|ZIP\\|LZH\\|LHA\\|ZOO\\|[JEW]AR\\|XPI\\|RAR\\|CBR\\|7Z\\|SQUASHFS\\)\\'" .
      ("\\.docbook\\'" . sgml-mode)
      ("\\.com\\'" . dcl-mode)
      ("/config\\.\\(?:bat\\|log\\)\\'" . fundamental-mode)
-     ("/\\.\\(authinfo\\|netrc\\)\\'" . authinfo-mode)
+     ("/\\.?\\(authinfo\\|netrc\\)\\'" . authinfo-mode)
      ;; Windows candidates may be opened case sensitively on Unix
      ("\\.\\(?:[iI][nN][iI]\\|[lL][sS][tT]\\|[rR][eE][gG]\\|[sS][yY][sS]\\)\\'" . conf-mode)
      ("\\.la\\'" . conf-unix-mode)