Skip to content
This repository has been archived by the owner on Apr 24, 2021. It is now read-only.

Configuration of Paredit #246

Open
peter-lyons-kehl opened this issue Sep 7, 2018 · 0 comments
Open

Configuration of Paredit #246

peter-lyons-kehl opened this issue Sep 7, 2018 · 0 comments

Comments

@peter-lyons-kehl
Copy link

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
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant