Function: cider-macroexpand-menu--expand-all
cider-macroexpand-menu--expand-all is an interactive and byte-compiled
function defined in cider-macroexpansion.el.
Signature
(cider-macroexpand-menu--expand-all ARG1)
Documentation
Fully macroexpand into a popup buffer, applying the menu's ARGS.
Key Bindings
Source Code
;; Defined in ~/.emacs.d/elpa/cider-20260822.1520/cider-macroexpansion.el
(transient-define-suffix cider-macroexpand-menu--expand-all (args)
"Fully macroexpand into a popup buffer, applying the menu's ARGS."
(interactive (list (transient-args 'cider-macroexpand-menu)))
(cider-macroexpand-menu--apply-args args #'cider-macroexpand-all))