summary refs log tree commit diff stats
path: root/tag-emacs/emacs.d/init.org
diff options
context:
space:
mode:
Diffstat (limited to 'tag-emacs/emacs.d/init.org')
-rw-r--r--tag-emacs/emacs.d/init.org3
1 files changed, 2 insertions, 1 deletions
diff --git a/tag-emacs/emacs.d/init.org b/tag-emacs/emacs.d/init.org
index 80c6b63..c803895 100644
--- a/tag-emacs/emacs.d/init.org
+++ b/tag-emacs/emacs.d/init.org
@@ -1990,7 +1990,8 @@ Make a shell-script buffer executable after saving it, if it has a shebang.
   (use-package sh-script
     :mode (("\\.zsh\\'" . shell-script-mode))
     :config (setq sh-shell-file "/usr/bin/env zsh"
-                  sh-indentation 2))
+                  sh-indentation 2
+                  sh-basic-offset 2))
 #+END_SRC
 
 #+BEGIN_SRC emacs-lisp