-
-
Notifications
You must be signed in to change notification settings - Fork 194
New issue
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
How to reformat stray closing parens and prevent extra closing parens #778
Comments
|
@Fuco1, Issue 1 is fixed. ~~~For issue 2, this is not the case for me. If I type |
With strict-mode enabled, and binding |
You can use It should be relatively simple to add the "cleanup" behaviour to the |
Ok, thank you for the quick reply. |
So I finally got to this, turns out it is already implemented, I just need to pass an additional flag to the function. It should be enabled by default for all lisp modes and you can customize the behaviour by tweaking So after you pull the latest patch you shouldn't need to do anything and it will just work (provided you use strict mode), which means you can also unbind the |
Thanks. At first glance this seems to work great |
2 problems I could not find the answer to while deciding if this package is right for me:
_
is the point:In paredit, pressing
)
3 times would result in((()))_
. How do I replicate this behavior in strict-mode?)
at the end of a pair?The text was updated successfully, but these errors were encountered: