From 3067d46c637809957db3b2b83d0047302cf41190 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Sun, 18 Mar 2018 21:49:37 -0400 Subject: emacs: add bats-mode --- .config/emacs/init.el | 1 + 1 file changed, 1 insertion(+) diff --git a/.config/emacs/init.el b/.config/emacs/init.el index 4a45069..8220d7a 100644 --- a/.config/emacs/init.el +++ b/.config/emacs/init.el @@ -75,6 +75,7 @@ (mapcar 'car smart-tabs-insinuate-alist)))) (use-package editorconfig) ;; Major modes +(use-package bats-mode :mode "\\.bats\\'") (use-package bison-mode :mode (("\\.l\\'" . bison-mode) ("\\.y\\'" . bison-mode) -- cgit v1.1-4-g5e80