lang/common-lisp: SPC m {m,M} -> sly macroexpand

macrostep-expand was the wrong command (and plugin).
This commit is contained in:
Henrik Lissner 2020-02-02 02:01:40 -05:00
parent 373f1d532d
commit cb86fd046c
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -70,7 +70,8 @@
: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" #'macrostep-expand :desc "Expand macro" "m" #'sly-macroexpand-1-inplace
: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