X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/profile/blobdiff_plain/43036e3a122c0c60f70907bec8dc71c5bca39031..3459d2cb13fc7275693ed1f9e2d5e9a7af0b99ec:/dot/emacs diff --git a/dot/emacs b/dot/emacs index 4401cc6..cbb825a 100644 --- a/dot/emacs +++ b/dot/emacs @@ -202,6 +202,9 @@ (setq-default fill-column 77) ;I use rather narrow windows (setq-default comment-column 40) ;Set a standard comment column (setq-default truncate-partial-width-windows nil) +(setq default-indicate-empty-lines t) +(setq whitespace-style + '(trailing space-before-tab space-after-tab empty indentation)) (setq woman-use-own-frame nil) ;Keep man pages somewhere sensible (setq diff-switches "-u" ;I like reading unified diffs cvs-diff-flags (list diff-switches))