From 4c6eac8110aeb4664fb23ccd56373bea39590a86 Mon Sep 17 00:00:00 2001 From: rndd Date: Thu, 21 May 2020 22:36:32 +0300 Subject: [PATCH] add emacs config --- .dir-locals.el | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.dir-locals.el b/.dir-locals.el index 382e4e21..5f5f4ef1 100644 --- a/.dir-locals.el +++ b/.dir-locals.el @@ -1,8 +1,6 @@ ;; Per-directory local variables for GNU Emacs 23 and later. -((nil - . (tab-width . 2)) - (sh-mode +((sh-mode . ((indent-tabs-mode . nil) (sh-basic-offset . 2))))