dot/emacs: Add `face' to `whitespace-style'.
[profile] / dot / emacs
index 657f7e5..a29ff0b 100644 (file)
--- a/dot/emacs
+++ b/dot/emacs
              truncate-lines t)
 (setq default-indicate-empty-lines t)
 (setq whitespace-style
-      '(trailing space-before-tab space-after-tab empty indentation))
+      '(trailing space-before-tab space-after-tab empty indentation face))
 (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