mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05: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:
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user