X-Git-Url: https://git.distorted.org.uk/~mdw/profile/blobdiff_plain/da6946a313fa4a79c368877261b68aa8db36d9cb..63bc8fd4fe34dc46e1dfc3dfa3c7bbd18788b8e2:/dot/emacs diff --git a/dot/emacs b/dot/emacs index f6290cc..f8bd2e7 100644 --- a/dot/emacs +++ b/dot/emacs @@ -240,6 +240,7 @@ (member (md5 addr) '("8815c5583970856799c85a3ee0eb6a9f" ;work wiki spam "0b94ab4d25dacaa5ac07243a09c9e22e" ;work bug spam + "35fb1633379a1e4d4be3b139cae20111" ;work crucible spam )) (and (string-match "^news\\([0-9]+\\)@\\(.*\\)$" addr) (string= (md5 (match-string 2 addr)) @@ -312,8 +313,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