Open more outline-mode' files in
read-only-mode'
This commit is contained in:
parent
6d7d8e1893
commit
23ae951280
@ -2064,7 +2064,9 @@ file.
|
||||
;; GAV: `fnsd' is nil during Org export to LaTeX.
|
||||
(when fnsd
|
||||
(setq fnsd (file-name-nondirectory fnsd))
|
||||
(when (member fnsd '("NEWS" "ORG-NEWS" "PROBLEMS"))
|
||||
;; These are files from the EMACS and ORG git repositories.
|
||||
(when (member fnsd '("EGLOT-NEWS" "NEWS" "ORG-NEWS" "PROBLEMS"
|
||||
"org.org" "org-guide.org" "org-manual.org"))
|
||||
(message "Visit `%s' in `read-only-mode'" fnsd)
|
||||
(read-only-mode +1)))))
|
||||
(add-hook 'outline-mode-hook #'maybe-read-only-in-outline-mode)
|
||||
|
Loading…
Reference in New Issue
Block a user