X-Git-Url: https://git.distorted.org.uk/~mdw/profile/blobdiff_plain/68bb34fcd671233a78b2afddb6a361a51f403347..39a71c60f7223b34e63951f00fa9849a671ee105:/dot/emacs?ds=inline diff --git a/dot/emacs b/dot/emacs index 69d48f2..2979786 100644 --- a/dot/emacs +++ b/dot/emacs @@ -344,6 +344,7 @@ truncate-lines t) (setq default-indicate-empty-lines t) (setq view-read-only t) +(setq-default view-exit-action #'kill-buffer) (setq whitespace-style '(trailing empty indentation face lines-tail space-before-tab space-after-tab) whitespace-line-column mdw-text-width)