diff options
| author | Miquel Sabaté Solà <msabate@suse.com> | 2017-11-20 14:00:39 +0100 |
|---|---|---|
| committer | Miquel Sabaté Solà <msabate@suse.com> | 2017-11-20 14:00:39 +0100 |
| commit | 981aa0a5ec0647622802b0469f6da27080552aef (patch) | |
| tree | 03bfe60a638cb58ba1efdae1f2d75994bdb821df /emacs/init.org | |
| parent | 8aca50b28e3465783dba5f11db053107b10767c2 (diff) | |
| download | dotfiles-981aa0a5ec0647622802b0469f6da27080552aef.tar.gz dotfiles-981aa0a5ec0647622802b0469f6da27080552aef.zip | |
emacs: added support for BATS
Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
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 |
