refactor: remove redundant auto-mode-alist entries

I moved these into lisp/init.el in e02d3c7, but didn't remove the old
forms (though they weren't doing anything, anyway).

Amend: e02d3c79a9
This commit is contained in:
Henrik Lissner 2024-09-11 14:56:07 -04:00
parent 70bfb9f0e9
commit 19d68887b1
No known key found for this signature in database
GPG key ID: B60957CA074D39A3

View file

@ -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