diff options
| author | JD Smith <93749+jdtsmith@users.noreply.github.com> | 2022-02-07 17:34:18 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-02-07 23:34:18 +0100 |
| commit | e1b9e9a72da63fd6355f129794b08419a1e2f0bc (patch) | |
| tree | c008c70d08737c13f1480e27e3de6b33324bd0a6 /README.org | |
| parent | 0449f05b61ded82eab8eaa98bbdc8d5cf9554d49 (diff) | |
Fix doc for restoring default behavior (#124)
Diffstat (limited to 'README.org')
| -rw-r--r-- | README.org | 9 |
1 files changed, 6 insertions, 3 deletions
@@ -241,9 +241,12 @@ Then, when a new orderless component is desired, simply use =M-SPC= input, and arbitrary orderless search terms and new separators can be entered thereafter. -Note that ~corfu-separator~ replaced and obsoleted ~corfu-quit-at-boundary~. If you -want to restore the old behavior of ~corfu-quit-at-boundary=t~ you can bind -~corfu-insert-separator~ to =SPC= in ~corfu-map~. +Note that ~corfu-separator~ replaced and obsoleted +~corfu-quit-at-boundary~. If you want similar behavior as with +~corfu-quit-at-boundary=nil~, you can bind ~corfu-insert-separator~ to +=SPC= (or whatever separator character you use) in ~corfu-map~. If +you /always/ want to quit at the boundary, simply set ~corfu-separator~ to +~nil~. #+begin_src emacs-lisp (use-package corfu |
