aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimo Wilken2022-11-25 00:32:35 +0100
committerTimo Wilken2022-11-25 00:32:35 +0100
commit37f71219784bed16bdd5b950c38bd0565dd02884 (patch)
treeaee1031b8382bab815f4fce02456b3d1ae4eeba0
parent69dfc237af615a0346b90c7788ecbdf1db09eca7 (diff)
Indent shell scripts with 2 spaces
-rw-r--r--emacs-init.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/emacs-init.el b/emacs-init.el
index bd48746e..ccba5353 100644
--- a/emacs-init.el
+++ b/emacs-init.el
@@ -23,6 +23,7 @@
(native-compile-target-directory ,(tw/xdg-emacs-subdir 'cache "eln") "Put native-compiled binaries in the cache.")
(inhibit-startup-screen t "Don't show the startup screen with help links.")
(indent-tabs-mode nil "Always use spaces to indent.")
+ (sh-basic-offset 2 "Use 2 spaces for `sh-mode' indents.")
(menu-bar-mode nil "Hide the menu bar globally.")
(tool-bar-mode nil "Hide the tool bar globally.")
(tooltip-mode nil "Show tooltips in the echo area instead.")