[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/corfu e1b9e9a72d: Fix doc for restoring default behavio
From: |
ELPA Syncer |
Subject: |
[elpa] externals/corfu e1b9e9a72d: Fix doc for restoring default behavior (#124) |
Date: |
Mon, 7 Feb 2022 17:57:27 -0500 (EST) |
branch: externals/corfu
commit e1b9e9a72da63fd6355f129794b08419a1e2f0bc
Author: JD Smith <93749+jdtsmith@users.noreply.github.com>
Commit: GitHub <noreply@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
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [elpa] externals/corfu e1b9e9a72d: Fix doc for restoring default behavior (#124),
ELPA Syncer <=