[hydra] change slime-connect keybinding

This commit is contained in:
contrapunctus 2021-08-17 14:59:13 +05:30
parent 35c841e668
commit f33cc7cf80
1 changed files with 1 additions and 1 deletions

View File

@ -1679,7 +1679,7 @@ _u_: next word ^_l_: edit lines^ _s_: next whole symbol
#+BEGIN_SRC emacs-lisp
(my-defhydra my-cl-hydra (:color blue)
"Common Lisp"
("C" slime-connect "connect")
("R" slime-connect "connect")
("h" my-cl-help-hydra/body "Documentation")
("e" my-cl-hydra-eval/body "Eval")
("E" toggle-debug-on-error "tdoe")