about summary refs log tree commit diff stats
path: root/config.org
diff options
context:
space:
mode:
Diffstat (limited to 'config.org')
-rw-r--r--config.org2
1 files changed, 2 insertions, 0 deletions
diff --git a/config.org b/config.org index 1a757ce..24c1e76 100644 --- a/config.org +++ b/config.org
@@ -569,6 +569,8 @@ I was using company, but I think it might've been causing issues with ~awk-mode~
569*** Shell 569*** Shell
570#+begin_src emacs-lisp 570#+begin_src emacs-lisp
571 (use-package shfmt 571 (use-package shfmt
572 :custom
573 (shfmt-arguments '("-i" "4" "-ci"))
572 :hook 574 :hook
573 (sh-mode . shfmt-on-save-mode)) 575 (sh-mode . shfmt-on-save-mode))
574 576