From 8c8da6838ad97a571e81341f81dc76c8b703bbc2 Mon Sep 17 00:00:00 2001 From: Harald Hoyer Date: Thu, 8 Dec 2016 17:52:54 +0100 Subject: [PATCH] .dir-locals.el: changed to sane style --- .dir-locals.el | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/.dir-locals.el b/.dir-locals.el index 8130058..b38d4d6 100644 --- a/.dir-locals.el +++ b/.dir-locals.el @@ -1,3 +1,7 @@ -((nil . ((sh-basic-offset . 4) - (indent-tabs-mode . nil) - ))) +;;; Directory Local Variables +;;; For more information see (info "(emacs) Directory Variables") + +((sh-mode + (indent-tabs-mode) + (sh-basic-offset . 4))) +