dev: replace .doomrc w/ .doom.el

Also replaces the project's .doomrc file with a .doom (which isn't used
or recognized just yet, but will be later).
This commit is contained in:
Henrik Lissner
2025-06-30 12:34:53 +02:00
parent fdc0fa3bec
commit 1adc318cac
4 changed files with 102 additions and 60 deletions

View File

@ -18,7 +18,6 @@
(add-to-list 'safe-local-variable-directories doom-user-dir)
;;; 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))
(add-to-list 'auto-mode-alist '("/\\.doom\\(?:module\\|profile\\)?\\'" . lisp-data-mode))
;;; init.el ends here