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)
|
(use-package hover)
|
||||||
#+end_src
|
#+end_src
|
||||||
|
|
||||||
|
** Bats, for testing shell scripts
|
||||||
|
|
||||||
|
#+begin_src emacs-lisp
|
||||||
|
(use-package bats-mode
|
||||||
|
:mode "\\.bats\\'")
|
||||||
|
#+end_src
|
||||||
|
|
||||||
* Games
|
* Games
|
||||||
|
|
||||||
** Gnu Go
|
** Gnu Go
|
||||||
|
@ -42,6 +42,7 @@
|
|||||||
auto-package-update
|
auto-package-update
|
||||||
auto-virtualenv
|
auto-virtualenv
|
||||||
avy
|
avy
|
||||||
|
bats-mode
|
||||||
beacon
|
beacon
|
||||||
bind-key
|
bind-key
|
||||||
cargo
|
cargo
|
||||||
|
Loading…
Reference in New Issue
Block a user