# HG changeset patch # User Augie Fackler # Date 1352759346 21600 # Node ID 276c14c5eec0a959bec377d7f0bb80cc1624e24b # Parent 4a7d426f22cbbd7b9389c8fa49d78fbabee98bc2 whitespace-style: cleanups from slb diff --git a/.elisp/settings/50.preferences.el b/.elisp/settings/50.preferences.el --- a/.elisp/settings/50.preferences.el +++ b/.elisp/settings/50.preferences.el @@ -72,7 +72,17 @@ (put 'narrow-to-region 'disabled nil) ;; whitespace detection -(setq whitespace-style '(trailing tabs lines-tail indentation trailing empty)) +(setq + whitespace-line-column 78 + whitespace-style '(face + trailing + space-after-tab + space-before-tab + lines-tail + indentation + empty + tabs) + ) (global-whitespace-mode 1) ;; Disable VC plumbing since I don't really use it that much anyway