From: Michael Orlitzky Date: Wed, 28 Nov 2012 02:55:44 +0000 (-0500) Subject: Show trailing whitespace by default. X-Git-Url: http://gitweb.michael.orlitzky.com/?p=emacs.d.git;a=commitdiff_plain;h=a1a36c43288c2318736e907b304d61b2a7bd124b Show trailing whitespace by default. --- diff --git a/.emacs b/.emacs index c60cc12..9cea735 100644 --- a/.emacs +++ b/.emacs @@ -94,3 +94,7 @@ ;; Enable the downcase-region function. (put 'downcase-region 'disabled nil) + +;; Show trailing whitespace, without having to drop into +;; whitespace-mode. +(custom-set-variables '(show-trailing-whitespace t))