]> gitweb.michael.orlitzky.com - emacs.d.git/blobdiff - .emacs
Show trailing whitespace by default.
[emacs.d.git] / .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))