Skip to content
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

Fix doc for restoring default behavior #124

Merged
merged 1 commit into from
Feb 7, 2022

Conversation

jdtsmith
Copy link
Collaborator

@jdtsmith jdtsmith commented Feb 7, 2022

The default behavior was quit-at-boundary=nil, and that's achieved by always "blocking" the boundary check, by binding your separator character to the new insert command. This is only approximate, because other boundary-breakers like punctuation will still cause a quit in the 1st component. But you won't need M-SPC to avoid quits (and will have lots of "false-positives"). The analogous setting for quit-at-boundary=t (always quit at boundary) is corfu-separator=nil.

@minad
Copy link
Owner

minad commented Feb 7, 2022

Oh thanks, this is even better! It is good that we added the ability to disable the separator entirely.

@minad minad merged commit e1b9e9a into minad:main Feb 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants