From 9f8d2acb3093d16a29f8952936fca05f13c9dbfc Mon Sep 17 00:00:00 2001 From: Elliott Shugerman Date: Sun, 25 Sep 2022 13:44:31 -0400 Subject: [PATCH] add .dir-locals.el --- .dir-locals.el | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .dir-locals.el diff --git a/.dir-locals.el b/.dir-locals.el new file mode 100644 index 0000000..3b14d0c --- /dev/null +++ b/.dir-locals.el @@ -0,0 +1,4 @@ +;;; Directory Local Variables +;;; For more information see (info "(emacs) Directory Variables") + +((sh-mode . ((sh-basic-offset . 2))))