X-Git-Url: https://git.distorted.org.uk/~mdw/profile/blobdiff_plain/f0ef025e2c8e2f920ddfbbcbadb68b0f7b8013b9..11a169c1888d639143681b7b70b9a9d34b61588b:/dot/emacs?ds=inline 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