summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Mendler <mail@daniel-mendler.de>2021-06-26 01:00:59 +0200
committerDaniel Mendler <mail@daniel-mendler.de>2021-06-26 01:00:59 +0200
commit49871f1aa1d8f8a52eac20522514bd791d02d559 (patch)
treeb647a70c9b547f5b738fffa88cac69a399ba8ac6
parentf490cac70b61b0dce67a56a749dd020193b974a4 (diff)
README: Rename variable
-rw-r--r--README.org4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.org b/README.org
index 1e1be34..adf274f 100644
--- a/README.org
+++ b/README.org
@@ -38,7 +38,7 @@ will fall back to the default setting of the ~completion-in-region-function~.
- Candidates sorting by prefix, string length and alphabetically
- Completion is automatically terminated after candidate selection
- Filter string can contain arbitrary characters and spaces, if
- ~corfu-respect-boundary~ is nil. This is needed when filtering with the
+ ~corfu-quit-at-boundary~ is nil. This is needed when filtering with the
[[https://github.com/oantolin/orderless][Orderless]] completion style.
- Deferred completion style highlighting for performance
- Jumping to location/documentation of current candidate (Company extension)
@@ -130,7 +130,7 @@ The keymap defines the following remappings and bindings:
Corfu works well together with all packages providing code completion via the
~completion-at-point-functions~. Furthermore it supports various completion
styles, including the advanced [[https://github.com/oantolin/orderless][Orderless]] completion style, where the filtering
-expressions are separated by spaces (see ~corfu-respect-boundary~).
+expressions are separated by spaces (see ~corfu-quit-at-boundary~).
You may also want to look into my [[https://github.com/minad/vertico][Vertico]] package. Vertico is the minibuffer
counterpart of Corfu.