Added a .dir-locals.el file so that trailing whitespace is shown.
authorLars Magne Ingebrigtsen <larsi@quimbies.gnus.org>
Fri, 3 Sep 2010 16:58:01 +0000 (18:58 +0200)
committerLars Magne Ingebrigtsen <larsi@quimbies.gnus.org>
Fri, 3 Sep 2010 16:58:01 +0000 (18:58 +0200)
lisp/.dir-locals.el [new file with mode: 0644]

diff --git a/lisp/.dir-locals.el b/lisp/.dir-locals.el
new file mode 100644 (file)
index 0000000..45abc39
--- /dev/null
@@ -0,0 +1 @@
+((emacs-lisp-mode . ((show-trailing-whitespace . t))))