We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
For example:
(f1 (f2 fC3 f4))
cursor position marked by C. After barfing once to the left, the cursor moves to the left paren:
(f1 f2 (Cf3 f4))
This is quite annoying compared to paredit in emacs. Is there an option to make the cursor stay where it was?
Thanks!
The text was updated successfully, but these errors were encountered:
Hello, thanks for reporting!
This is actually a duplicate of #10, which I am planning on nailing down later today. You could add any further suggestions to that thread.
Sorry, something went wrong.
No branches or pull requests
For example:
cursor position marked by C. After barfing once to the left, the cursor moves to the left paren:
This is quite annoying compared to paredit in emacs. Is there an option to make the cursor stay where it was?
Thanks!
The text was updated successfully, but these errors were encountered: