From 11a169c1888d639143681b7b70b9a9d34b61588b Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Sun, 4 Mar 2012 16:53:12 +0000 Subject: [PATCH] dot/emacs: Add `face' to `whitespace-style'. Apparently if you don't do this then you don't get highlighting any more. --- dot/emacs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dot/emacs b/dot/emacs index 657f7e5..a29ff0b 100644 --- a/dot/emacs +++ b/dot/emacs @@ -225,7 +225,7 @@ 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 -- 2.11.0