diff options
Diffstat (limited to 'emacs/init.org')
| -rw-r--r-- | emacs/init.org | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/emacs/init.org b/emacs/init.org index 8c81b8c..4cd96e0 100644 --- a/emacs/init.org +++ b/emacs/init.org @@ -1703,6 +1703,13 @@ context too. In this case, I want spell check and =wc-mode= activated. (wc-mode 1))) #+END_SRC +** Shell + +#+BEGIN_SRC elisp +(use-package bats-mode + :ensure t) +#+END_SRC + ** Lisp Emacs lisp needs =rainbow-delimiters=, so the amount of parenthesis is less |
