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

Configuration of Paredit #246

Description

@peter-lyons-kehl

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions