Nightcode
Nightcode copied to clipboard
Configuration of Paredit
Please add basic config. of Paredit.
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
(assert false (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
- Stop Paredit applying to code entered by Ctrl+V