branch: externals/corfu commit e1b9e9a72da63fd6355f129794b08419a1e2f0bc Author: JD Smith <93749+jdtsm...@users.noreply.github.com> Commit: GitHub <nore...@github.com>
Fix doc for restoring default behavior (#124) --- README.org | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/README.org b/README.org index 7644ec5f05..b4127fddfd 100644 --- a/README.org +++ b/README.org @@ -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