diff --git a/modules/lang/common-lisp/autoload/hydras.el b/modules/lang/common-lisp/autoload/hydras.el deleted file mode 100644 index 3257353a9..000000000 --- a/modules/lang/common-lisp/autoload/hydras.el +++ /dev/null @@ -1,19 +0,0 @@ -;;; lang/common-lisp/autoload/hydras.el -*- lexical-binding: t; -*- - -;;;###autoload (autoload '+common-lisp/macrostep/body "lang/common-lisp/autoload/hydras" nil nil) -(defhydra +common-lisp/macrostep (:exit nil :hint nil :foreign-keys run) - " -Macro Expansion -^^Definitions ^^Compiler Notes ^^Stickers -^^^^^^───────────────────────────────────────────────────────────────────────────────────── -[_e_] Expand -[_c_] Collapse -[_n_] Next level -[_N_] Previous level -[_q_] Exit -" - ("e" macrostep-expand) - ("c" macrostep-collapse) - ("n" macrostep-next-macro) - ("N" macrostep-prev-macro) - ("q" macrostep-collapse-all :exit t)) diff --git a/modules/lang/common-lisp/config.el b/modules/lang/common-lisp/config.el index 41a03e988..0b677a325 100644 --- a/modules/lang/common-lisp/config.el +++ b/modules/lang/common-lisp/config.el @@ -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