From a1a36c43288c2318736e907b304d61b2a7bd124b Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Tue, 27 Nov 2012 21:55:44 -0500 Subject: [PATCH] Show trailing whitespace by default. --- .emacs | 4 ++++ 1 file changed, 4 insertions(+) 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)) -- 2.43.2