Paredit icon indicating copy to clipboard operation
Paredit copied to clipboard

Paredit should be stricter by default

Open sbauer322 opened this issue 9 years ago • 0 comments

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...

sbauer322 avatar Sep 25 '16 21:09 sbauer322