X-Git-Url: https://git.distorted.org.uk/~mdw/profile/blobdiff_plain/2745469d77b0bfffd3f8ee5e046d42bd6fc225fa..33aa287b7b0d25e54ef0891f487266e35c7acdaf:/dot/emacs diff --git a/dot/emacs b/dot/emacs index f6290cc..040ab9b 100644 --- a/dot/emacs +++ b/dot/emacs @@ -312,8 +312,9 @@ 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 whitespace-style '(trailing empty indentation face lines-tail + space-before-tab space-after-tab) + whitespace-line-column 77) (setq woman-use-own-frame nil ;Keep man pages somewhere sensible woman-fill-column 72) ;Right margin position. (setq diff-switches "-u" ;I like reading unified diffs