Nightcode icon indicating copy to clipboard operation
Nightcode copied to clipboard

Configuration of Paredit

Open peter-lyons-kehl opened this issue 7 years ago • 0 comments

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

  1. Add an option to stop Paredit from moving & grouping end of line parenthesis, but to keep other co-operating
  2. Stop Paredit applying to code entered by Ctrl+V

peter-lyons-kehl avatar Sep 07 '18 23:09 peter-lyons-kehl