From c66e40d9e62a7dbe4e40f4afd8d3139aa5682068 Mon Sep 17 00:00:00 2001 From: Noam Postavsky Date: Fri, 16 May 2014 20:02:28 -0400 Subject: [PATCH] add `tabs' to whitespace-style in .dir-locals.el --- .dir-locals.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.dir-locals.el b/.dir-locals.el index eb3c2ad7..0cf59658 100644 --- a/.dir-locals.el +++ b/.dir-locals.el @@ -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"