From: Lars Magne Ingebrigtsen Date: Sat, 4 Sep 2010 00:04:48 +0000 (+0000) Subject: Added a .dir-locals.el file so that trailing whitespace is shown. X-Git-Tag: emacs-pretest-24.0.90~104^2~275^2~438^2~48^2~112 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=eedf5e123a9cc34cfcb3bc14a01c39cb896ac7c9;p=emacs.git Added a .dir-locals.el file so that trailing whitespace is shown. --- diff --git a/lisp/gnus/.dir-locals.el b/lisp/gnus/.dir-locals.el new file mode 100644 index 00000000000..45abc391e62 --- /dev/null +++ b/lisp/gnus/.dir-locals.el @@ -0,0 +1 @@ +((emacs-lisp-mode . ((show-trailing-whitespace . t))))