X-Git-Url: http://gitweb.michael.orlitzky.com/?p=emacs.d.git;a=blobdiff_plain;f=.emacs;h=9cea735b0848b69ca5398a258a26b8de835005cc;hp=c60cc124090801ed47b318481b36e9f441661e47;hb=a1a36c43288c2318736e907b304d61b2a7bd124b;hpb=50d37f3f58177e2943b4e7492d4ff7084c12641f 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))