You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 24, 2021. It is now read-only.
You want to paste multi-line code between a few closing parenthesis )). You put a caret in between.
You paste the code (Ctrl+V). Paredit rearranges it. For example, pasting the following after (if condition
(do
(assertfalse (Exception. (str"Types differ: " (type a) (type b))))
false)
(= a b)
into
(do))
some-more-parenthesis-magic
Please
Add an option to stop Paredit from moving & grouping end of line parenthesis, but to keep other co-operating