1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-07 12:10:55 +00:00

(auto-mode-alist): Open `.asd' files in lisp-mode.

This commit is contained in:
Chong Yidong 2007-06-05 15:51:01 +00:00
parent f7f78f125f
commit 726d9c5bd2

View File

@ -1985,6 +1985,8 @@ since only a single case-insensitive search through the alist is made."
("[:/]_emacs\\'" . emacs-lisp-mode)
("/crontab\\.X*[0-9]+\\'" . shell-script-mode)
("\\.ml\\'" . lisp-mode)
;; Common Lisp ASDF package system.
("\\.asd\\'" . lisp-mode)
("\\.\\(asn\\|mib\\|smi\\)\\'" . snmp-mode)
("\\.\\(as\\|mi\\|sm\\)2\\'" . snmpv2-mode)
("\\.\\(diffs?\\|patch\\|rej\\)\\'" . diff-mode)