Macroexpansion
Typing C-c C-m after some form in a source buffer or the
REPL will show you the macro expansion of the form in a new
buffer. You’ll have access to additional keybindings in the macro
expansion buffer (which is internally using
cider-macroexpansion-mode
):
Keyboard shortcut | Description |
---|---|
m |
Invoke |
a |
Invoke |
g |
The prior macro expansion is performed again and the current contents of the macro expansion buffer are replaced with the new expansion. |
C-/ |
Undo the last in-place expansion performed in the macroexpansion buffer. |