From 19d68887b10e47d7e9f7c87c2f6e65c8db372dbc Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Wed, 11 Sep 2024 14:56:07 -0400 Subject: [PATCH] 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: e02d3c79a940 --- lisp/doom-start.el | 5 ----- 1 file changed, 5 deletions(-) diff --git a/lisp/doom-start.el b/lisp/doom-start.el index 2f0c14efb..3cc4b950a 100644 --- a/lisp/doom-start.el +++ b/lisp/doom-start.el @@ -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