Update hydras

This commit is contained in:
Maciej 2021-03-07 10:05:33 +02:00
parent 48991c2d8f
commit d1fb4a661c
Signed by: maciej
GPG key ID: 41D62D42D3B0D765
6 changed files with 71 additions and 77 deletions

View file

@ -24,16 +24,15 @@
;; Hydra
(defhydra my-clojure/context-hydra (:color teal :hint nil)
"
Clojure actions
^Cider^ ^Actions^
^^^^^^^^-----------------------------------------------------------------------
_j_: Jack in _t_: Run loaded test(s)
_f_: Format buffer
_l_: Load buffer
^ Clojure actions
^^^^^^^^--------------------------------------------------------------------------------------------
Buffer: _r_: Reload _f_: Format _l_: Load
Cider: _j_: Jack in _t_: Test
^^
"
("q" nil "cancel" :color blue)
("r" revert-buffer-no-confirm)
("j" cider-jack-in)
("f" cider-format-buffer)
("l" cider-load-buffer)