add `tabs' to whitespace-style in .dir-locals.el

This commit is contained in:
Noam Postavsky 2014-05-16 20:02:28 -04:00
parent 0938229093
commit c66e40d9e6

View File

@ -7,7 +7,7 @@
(indent-tabs-mode))
(emacs-lisp-mode
(byte-compile-warnings . (not cl-functions))
(whitespace-style face trailing lines-tail)
(whitespace-style face tabs trailing lines-tail)
(whitespace-line-column . 80)
(eval ignore-errors
"Write-contents-functions is a buffer-local alternative to before-save-hook"