From a7b945be0e15ecd44dd608257f7b88240c83af7d Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Sat, 22 Feb 2020 18:42:18 -0500 Subject: [PATCH] Revert cb86fd046cdf (restore macrostep-expand) sly-macroexpand changes macrostep-expand to behavior correctly in CL buffers. --- modules/lang/common-lisp/config.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/modules/lang/common-lisp/config.el b/modules/lang/common-lisp/config.el index 8320e1232..900261c79 100644 --- a/modules/lang/common-lisp/config.el +++ b/modules/lang/common-lisp/config.el @@ -71,8 +71,7 @@ :map lisp-mode-map :desc "Sly" "'" #'sly :desc "Sly (ask)" ";" (λ!! #'sly '-) - :desc "Expand macro" "m" #'sly-macroexpand-1-inplace - :desc "Expand macro in popup" "M" #'sly-macroexpand-1 + :desc "Expand macro" "m" #'macrostep-expand (:prefix ("c" . "compile") :desc "Compile file" "c" #'sly-compile-file :desc "Compile/load file" "C" #'sly-compile-and-load-file