From cb86fd046cdfeb6befeb296c906ff9110ff7eb72 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Sun, 2 Feb 2020 02:01:40 -0500 Subject: [PATCH] lang/common-lisp: SPC m {m,M} -> sly macroexpand macrostep-expand was the wrong command (and plugin). --- modules/lang/common-lisp/config.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/modules/lang/common-lisp/config.el b/modules/lang/common-lisp/config.el index bfed909f7..58a76876d 100644 --- a/modules/lang/common-lisp/config.el +++ b/modules/lang/common-lisp/config.el @@ -70,7 +70,8 @@ :map lisp-mode-map :desc "Sly" "'" #'sly :desc "Sly (ask)" ";" (λ!! #'sly '-) - :desc "Expand macro" "m" #'macrostep-expand + :desc "Expand macro" "m" #'sly-macroexpand-1-inplace + :desc "Expand macro in popup" "M" #'sly-macroexpand-1 (:prefix ("c" . "compile") :desc "Compile file" "c" #'sly-compile-file :desc "Compile/load file" "C" #'sly-compile-and-load-file