# HG changeset patch # User Augie Fackler # Date 1253061147 14400 # Node ID 6b57bb47de2ef055c2aa4e8f565f55a9c4ff5f09 # Parent c9f70cf1d4c6794540b22be6f506ecf39da9d0df emacs settings: Fix whitespace cleanup to be slightly less invasive. 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 @@ -8,6 +8,7 @@ ;; Cleanup whitespace before saves. (add-hook 'before-save-hook '(lambda () (if af-cleanup-whitespace (whitespace-cleanup)))) +(setq whitespace-chars (quote (tabs spaces trailing lines newline empty))) ;; Disable that startup screen (setq inhibit-startup-message t)