emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 82e4b82: * lisp/files.el (auto-mode-alist): Add entry for "archiv


From: Stefan Kangas
Subject: master 82e4b82: * lisp/files.el (auto-mode-alist): Add entry for "archive-contents".
Date: Thu, 26 Nov 2020 00:40:41 -0500 (EST)

branch: master
commit 82e4b826fbc81d4df994c1b35e7dd6d4f114b6fa
Author: Stefan Kangas <stefan@marxist.se>
Commit: Stefan Kangas <stefan@marxist.se>

    * lisp/files.el (auto-mode-alist): Add entry for "archive-contents".
---
 lisp/files.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lisp/files.el b/lisp/files.el
index 49c9e5d..2cf77d5 100644
--- a/lisp/files.el
+++ b/lisp/files.el
@@ -2678,6 +2678,7 @@ since only a single case-insensitive search through the 
alist is made."
      ("\\.dir-locals\\(?:-2\\)?\\.el\\'" . lisp-data-mode)
      ("eww-bookmarks\\'" . lisp-data-mode)
      ("tramp\\'" . lisp-data-mode)
+     ("/archive-contents\\'" . lisp-data-mode)
      ("places\\'" . lisp-data-mode)
      ("\\.emacs-places\\'" . lisp-data-mode)
      ("\\.el\\'" . emacs-lisp-mode)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]