about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorCase Duckworth2020-11-01 23:46:40 -0600
committerCase Duckworth2020-11-01 23:46:40 -0600
commit4704cf3b8448471138681de4c012a17c06f98949 (patch)
treedf24713774372e6acea3f898db579fc1238b0938
parentAdd rm-whitelist-add hack (diff)
downloademacs-4704cf3b8448471138681de4c012a17c06f98949.tar.gz
emacs-4704cf3b8448471138681de4c012a17c06f98949.zip
Add shfmt-arguments
-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