* lisp/files.el (auto-mode-alist): Add entry for "archive-contents".
This commit is contained in:
parent
61f1eb99b0
commit
82e4b826fb
1 changed files with 1 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue