Mercurial > dotfiles
diff .elisp/settings/50.preferences.el @ 306:ae22ef7859eb
Merge.
author | Augie Fackler <raf@durin42.com> |
---|---|
date | Tue, 04 Dec 2012 11:08:15 -0600 |
parents | 276c14c5eec0 |
children | 231aef6069cc |
line wrap: on
line diff
--- 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