From c89bba6524501bde03db6266a3ac47b266b81e02 Mon Sep 17 00:00:00 2001 From: Daniel Mendler Date: Sat, 8 Mar 2025 11:45:08 +0100 Subject: ; .dir-locals.el - indent-tabs-mode=nil should not apply to makefiles --- .dir-locals.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.dir-locals.el b/.dir-locals.el index 63c60eb..7aaa254 100644 --- a/.dir-locals.el +++ b/.dir-locals.el @@ -1,7 +1,7 @@ ;;; Directory Local Variables ;;; For more information see (info "(emacs) Directory Variables") -((nil +((emacs-lisp-mode (fill-column . 72) (sentence-end-double-space . t) (show-trailing-whitespace . t) -- cgit v1.0