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