Enable read-only-mode in package files
These files shouldn't be modified directly.
This commit is contained in:
parent
ed69d580fb
commit
08bfd5879a
2 changed files with 11 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue