From 2d55aa9263189b9bd207030aab5e84c8de031596 Mon Sep 17 00:00:00 2001 From: Gergely Polonkai Date: Tue, 9 Mar 2021 17:49:33 +0100 Subject: [PATCH] Add bats mode for shell script testing goodness --- configuration.org | 7 +++++++ customizations.el | 1 + 2 files changed, 8 insertions(+) diff --git a/configuration.org b/configuration.org index 07c02ef..8d27942 100644 --- a/configuration.org +++ b/configuration.org @@ -3554,6 +3554,13 @@ directory. It is available from [[http://plantuml.com/download][here]]. (use-package hover) #+end_src +** Bats, for testing shell scripts + +#+begin_src emacs-lisp +(use-package bats-mode + :mode "\\.bats\\'") +#+end_src + * Games ** Gnu Go diff --git a/customizations.el b/customizations.el index ceea088..bc03833 100644 --- a/customizations.el +++ b/customizations.el @@ -42,6 +42,7 @@ auto-package-update auto-virtualenv avy + bats-mode beacon bind-key cargo