Fork me on GitHub
#emacs
<
2017-12-03
>
solf22:12:29

To run tests I have to save the buffer then run C-c C-k then use one of the commands that run tests (or use auto-test-mode), correct?

solf22:12:47

Any baked-in way to avoid having to the buffer with C-c C-k? I wish to automatically run the tests when I save the buffer

solf22:12:16

Nevermind, I set cider-save-file-on-load to t so C-c C-k automatically saves the buffer. That plus auto-test-mode and I run the tests with a single shortcut, which is what I wanted.