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...
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(
andreagent/cursor
:And hit
backspace
key. Result will be: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...