mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
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:
@ -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
|
||||
|
Reference in New Issue
Block a user