mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Enable read-only-mode in package files
These files shouldn't be modified directly.
This commit is contained in:
@ -50,7 +50,8 @@ This marks a foldable marker for `outline-minor-mode' in elisp buffers.")
|
||||
rainbow-delimiters-mode
|
||||
highlight-quoted-mode
|
||||
;; initialization
|
||||
+emacs-lisp|extend-imenu))
|
||||
+emacs-lisp|extend-imenu
|
||||
+emacs-lisp|read-only-packages))
|
||||
|
||||
;; Flycheck's two emacs-lisp checkers produce a *lot* of false positives in
|
||||
;; emacs configs, so we disable `emacs-lisp-checkdoc' and reduce the
|
||||
|
Reference in New Issue
Block a user