mirror of
https://github.com/doomemacs/doomemacs.git
synced 2025-12-06 02:30:33 -08:00
refactor: remove redundant auto-mode-alist entries
I moved these into lisp/init.el ine02d3c7, but didn't remove the old forms (though they weren't doing anything, anyway). Amend:e02d3c79a9
This commit is contained in:
parent
70bfb9f0e9
commit
19d68887b1
1 changed files with 0 additions and 5 deletions
|
|
@ -143,11 +143,6 @@
|
|||
(setq selection-coding-system 'utf-8))
|
||||
|
||||
|
||||
;;; Support for Doom-specific file extensions
|
||||
(add-to-list 'auto-mode-alist '("/\\.doom\\(?:project\\|module\\|profile\\)\\'" . lisp-data-mode))
|
||||
(add-to-list 'auto-mode-alist '("/\\.doomrc\\'" . emacs-lisp-mode))
|
||||
|
||||
|
||||
;;
|
||||
;;; MODE-local-vars-hook
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue