Closed logc closed 6 years ago
@logc Adding testQuick
to hydra is straightforward. Do you wanna to give it a try? If not I will add it.
I would love to give it a try, but I really would need some hints. I do not know much of emacs-lisp, or emacs development in general ...
By look at https://github.com/ensime/emacs-sbt-mode/pull/146/commits/4ec391502702b2e9c852295d490eb96c84ee4564 you can see that adding new commands to hydra is pretty easy.
You may find it convenient to extends hydra with any other command of yours which you are using frequently just for your personal usage. I do that pretty frequently.
Thanks! I may not do that right away, but the commit is a great reference for later on ... 😄
The Ensime.github.io web warns against using
~test
on a buffer running the sbt shell:I can see how to run
test
ortestOnly
from the hydra, but I do not see support fortestQuick
. Having that command triggered on file save is my preferred development workflow. Is there actually a way to use this?