Revert cb86fd046c
(restore macrostep-expand)
sly-macroexpand changes macrostep-expand to behavior correctly in CL buffers.
This commit is contained in:
parent
65a71d5647
commit
a7b945be0e
1 changed files with 1 additions and 2 deletions
|
@ -71,8 +71,7 @@
|
||||||
:map lisp-mode-map
|
:map lisp-mode-map
|
||||||
:desc "Sly" "'" #'sly
|
:desc "Sly" "'" #'sly
|
||||||
:desc "Sly (ask)" ";" (λ!! #'sly '-)
|
:desc "Sly (ask)" ";" (λ!! #'sly '-)
|
||||||
:desc "Expand macro" "m" #'sly-macroexpand-1-inplace
|
:desc "Expand macro" "m" #'macrostep-expand
|
||||||
:desc "Expand macro in popup" "M" #'sly-macroexpand-1
|
|
||||||
(:prefix ("c" . "compile")
|
(:prefix ("c" . "compile")
|
||||||
:desc "Compile file" "c" #'sly-compile-file
|
:desc "Compile file" "c" #'sly-compile-file
|
||||||
:desc "Compile/load file" "C" #'sly-compile-and-load-file
|
:desc "Compile/load file" "C" #'sly-compile-and-load-file
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue