Making new 'start-mode' read-only by default.

This commit is contained in:
Derek Taylor
2023-01-10 19:56:23 -06:00
parent 26219a48b0
commit 701ff2928e
2 changed files with 3 additions and 1 deletions

View File

@@ -835,6 +835,7 @@
;; (kbd "5") 'dt/open-eshell-profile)
map))
(add-hook 'start-mode-hook 'read-only-mode) ;; make start.org read-only; use 'SPC t r' to toggle off read-only.
(provide 'start-mode)
(map! :leader