diff options
| author | Daniel Mendler <mail@daniel-mendler.de> | 2023-09-21 18:25:49 +0200 |
|---|---|---|
| committer | Daniel Mendler <mail@daniel-mendler.de> | 2023-09-21 18:25:49 +0200 |
| commit | 3e5faa4c632a7dc38fc0225e54d7b6c229d56fcc (patch) | |
| tree | 016e5440a87d0b6688b82b92eb16dae2aa52b14a /README.org | |
| parent | cc244c54b392ce4d27ed166730efde4f4d01a07f (diff) | |
README: Correct description of corfu-quit-at-boundary (Fix #370)
Diffstat (limited to 'README.org')
| -rw-r--r-- | README.org | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -347,9 +347,9 @@ and arbitrary orderless search terms and new separators can be entered thereafter. To treat the entire input as Orderless input, you can set the customization -option ~corfu-quit-at-boundary~ to t. This disables the predicate which checks if -the current completion boundary has been left. In contrast, if you always want -to quit at the boundary, set ~corfu-quit-at-boundary~ to ~nil~. By default +option ~corfu-quit-at-boundary~ to nil. This disables the predicate which checks +if the current completion boundary has been left. In contrast, if you always +want to quit at the boundary, set ~corfu-quit-at-boundary~ to t. By default ~corfu-quit-at-boundary~ is set to ~separator~ which quits at completion boundaries as long as no separator has been inserted with ~corfu-insert-separator~. |
