diff options
-rw-r--r-- | emacs/init.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/emacs/init.el b/emacs/init.el index 2ee3a1a..7f29d3c 100644 --- a/emacs/init.el +++ b/emacs/init.el @@ -922,3 +922,5 @@ The misspelled word is taken from OVERLAY. WORD is the corrected word." ("bb" . bbdb-search-name) ("el" apply-partially #'hyperspace-action->info "(elisp)Top")))) +(setopt view-read-only t) + |