diff options
| author | Daniel Mendler <mail@daniel-mendler.de> | 2021-06-26 01:00:59 +0200 |
|---|---|---|
| committer | Daniel Mendler <mail@daniel-mendler.de> | 2021-06-26 01:00:59 +0200 |
| commit | 49871f1aa1d8f8a52eac20522514bd791d02d559 (patch) | |
| tree | b647a70c9b547f5b738fffa88cac69a399ba8ac6 | |
| parent | f490cac70b61b0dce67a56a749dd020193b974a4 (diff) | |
README: Rename variable
| -rw-r--r-- | README.org | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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. |
