chiark / gitweb /
dot/emacs, el/dot-emacs.el: Use `whitespace' mode to show anomalies.
[profile] / dot / emacs
index 4401cc6f69c583746fc9bf7d57702c68cf083d73..cbb825aa34b99a75284fd6ea7c62d04e7b65fe85 100644 (file)
--- a/dot/emacs
+++ b/dot/emacs
 (setq-default fill-column 77)          ;I use rather narrow windows
 (setq-default comment-column 40)       ;Set a standard comment column
 (setq-default truncate-partial-width-windows nil)
+(setq default-indicate-empty-lines t)
+(setq whitespace-style
+      '(trailing space-before-tab space-after-tab empty indentation))
 (setq woman-use-own-frame nil)         ;Keep man pages somewhere sensible
 (setq diff-switches "-u"               ;I like reading unified diffs
       cvs-diff-flags (list diff-switches))