-
Notifications
You must be signed in to change notification settings - Fork 373
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
Added more configurable options. Removed some annoyances. #150
base: master
Are you sure you want to change the base?
Conversation
Fix the remaining typo of Immediately
@optroot "Only trigger when there is whitespace to the right" <-- Thank you |
This should not be an option, this should be default behavior! And I mean it. No one wants to add a pair of quotes right before a word. @jiangmiao please merge this and make it default. |
@jiangmiao please give some attention to these prs, there's a bunch of them wanting the whitespace behaviour and it keeps coming back. |
Well, I kind of do: press quote and then M-e, and the word is wrapped in quotes. |
Allows for some configurable options for when auto-pairs trigger:
f(g(x|) -> press ')' -> f(g(x)|)
See the commit changes to the readme for more details
And some minor bugfixes, and a debug option.