From ea09d97957e6525f34297c26c316ff6a303b9768 Mon Sep 17 00:00:00 2001 From: ndwarshuis Date: Sun, 3 Sep 2023 16:29:47 -0400 Subject: [PATCH] ADD bats --- etc/conf.org | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/etc/conf.org b/etc/conf.org index c268dcf..ff91157 100644 --- a/etc/conf.org +++ b/etc/conf.org @@ -1452,6 +1452,10 @@ No custom code here, but flycheck needs =shellcheck= (a Haskell program). ;;(add-to-list 'load-path (nd/expand-local-pkg-directory "essh")) ;;(require 'essh) + +(use-package bats-mode + :straight t) + #+END_SRC *** SQL No custom code here, but flycheck needs =sqlint= (a ruby gem).