fix: associate .doom(project|module|profile) w/ lisp-data-mode
Same as .dir-locals.el
This commit is contained in:
parent
be8a1244f2
commit
8c6ee0ed4b
1 changed files with 2 additions and 1 deletions
|
@ -150,7 +150,8 @@
|
||||||
|
|
||||||
|
|
||||||
;;; Support for Doom-specific file extensions
|
;;; Support for Doom-specific file extensions
|
||||||
(add-to-list 'auto-mode-alist '("/\\.doom\\(?:rc\\|project\\|module\\|profile\\)\\'" . emacs-lisp-mode))
|
(add-to-list 'auto-mode-alist '("/\\.doom\\(?:project\\|module\\|profile\\)\\'" . lisp-data-mode))
|
||||||
|
(add-to-list 'auto-mode-alist '("/\\.doomrc\\'" . emacs-lisp-mode))
|
||||||
|
|
||||||
|
|
||||||
;;
|
;;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue