feat: add auto-mode-alist entries for future doom dotfiles
This commit is contained in:
parent
b68c93d924
commit
1a639b7341
1 changed files with 1 additions and 1 deletions
|
@ -163,7 +163,7 @@ If RETURN-P, return the message as a string instead of displaying it."
|
|||
(float-time (time-subtract (current-time) before-init-time))))))
|
||||
|
||||
;; Add support for additional file extensions.
|
||||
(dolist (entry '(("/\\.doomrc\\'" . emacs-lisp-mode)
|
||||
(dolist (entry '(("/\\.doom\\(?:rc\\|project\\|module\\|profile\\)\\'" . emacs-lisp-mode)
|
||||
("/LICENSE\\'" . text-mode)
|
||||
("\\.log\\'" . text-mode)
|
||||
("rc\\'" . conf-mode)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue