Add bats mode for shell script testing goodness
This commit is contained in:
parent
042bde5e88
commit
2d55aa9263
@ -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
|
||||
|
@ -42,6 +42,7 @@
|
||||
auto-package-update
|
||||
auto-virtualenv
|
||||
avy
|
||||
bats-mode
|
||||
beacon
|
||||
bind-key
|
||||
cargo
|
||||
|
Loading…
Reference in New Issue
Block a user