You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 21, 2022. It is now read-only.
Paredit mode isn't strict enough. Or maybe I just didn't setup it right 🙂
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...
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Captured from the Clojurians Slack, user manenko:
Paredit mode isn't strict enough. Or maybe I just didn't setup it right 🙂
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...
The text was updated successfully, but these errors were encountered: