From 37f71219784bed16bdd5b950c38bd0565dd02884 Mon Sep 17 00:00:00 2001 From: Timo Wilken Date: Fri, 25 Nov 2022 00:32:35 +0100 Subject: Indent shell scripts with 2 spaces --- emacs-init.el | 1 + 1 file changed, 1 insertion(+) 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.") -- cgit v1.2.3