From 981aa0a5ec0647622802b0469f6da27080552aef Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Mon, 20 Nov 2017 14:00:39 +0100 Subject: emacs: added support for BATS MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Miquel Sabaté Solà --- emacs/init.org | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'emacs/init.org') 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 -- cgit v1.2.3