]> gitweb.michael.orlitzky.com - emacs.d.git/commitdiff
Show trailing whitespace by default.
authorMichael Orlitzky <michael@orlitzky.com>
Wed, 28 Nov 2012 02:55:44 +0000 (21:55 -0500)
committerMichael Orlitzky <michael@orlitzky.com>
Wed, 28 Nov 2012 02:55:44 +0000 (21:55 -0500)
.emacs

diff --git a/.emacs b/.emacs
index c60cc124090801ed47b318481b36e9f441661e47..9cea735b0848b69ca5398a258a26b8de835005cc 100644 (file)
--- 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))