Removed common-lisp macrostep hydra
This can cause a variety of problems, and the actual macrostep mode toggle has the same keybindings, so no loss of functionality.
This commit is contained in:
parent
2f35680845
commit
d77e1fa15f
2 changed files with 1 additions and 20 deletions
|
@ -118,7 +118,7 @@ bin/doom while packages at compile-time (not a runtime though)."
|
|||
:desc "Undefine function" "F" #'sly-undefine-function
|
||||
:desc "Evaluate region" "r" #'sly-eval-region)
|
||||
(:prefix ("m" . "Macro")
|
||||
:desc "Macrostep" "E" #'macrostep-expand)
|
||||
:desc "Macrostep" "e" #'macrostep-expand)
|
||||
(:prefix ("r" . "REPL")
|
||||
:desc "Clear REPL" "c" #'sly-mrepl-clear-repl
|
||||
:desc "Quit connection" "q" #'sly-quit-lisp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue