chiark / gitweb /
dot/emacs: Turn on `view-read-only' by default.
[profile] / dot / emacs
index d78302471d7b9bccb19ddbb2177d8c92bad68bb2..1d902a6178be53d359e2265564250e0d417d4203 100644 (file)
--- a/dot/emacs
+++ b/dot/emacs
 (setq-default truncate-partial-width-windows nil
              truncate-lines t)
 (setq default-indicate-empty-lines t)
+(setq view-read-only t)
 (setq whitespace-style
       '(trailing space-before-tab space-after-tab empty indentation face))
 (setq woman-use-own-frame nil          ;Keep man pages somewhere sensible