LightTable / Paredit

Light Table plugin for paredit ⛺
MIT License
35 stars 11 forks source link

Paredit should be stricter by default #20

Open sbauer322 opened 8 years ago

sbauer322 commented 8 years ago

Captured from the Clojurians Slack, user manenko:

Paredit mode isn't strict enough. Or maybe I just didn't setup it right :slightly_smiling_face:

For example, I can put my cursor | between ( and reagent/cursor:

(|reagent/cursor app-state [:account])

And hit backspace key. Result will be:

|reagent/cursor app-state [:account])

In Emacs Paredit mode I cannot do that. It protects me from having unbalanced opening and closing parenthesis/brackets/braces.


I am personally not very familiar with emacs and I am not confident I am actually using paredit correctly to test if this is an issue as there is no documentation...