summaryrefslogtreecommitdiff
path: root/README.org
diff options
context:
space:
mode:
Diffstat (limited to 'README.org')
-rw-r--r--README.org8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.org b/README.org
index 4f701de..ae1a29e 100644
--- a/README.org
+++ b/README.org
@@ -496,6 +496,10 @@ enhance your setup.
- [[https://codeberg.org/akib/emacs-corfu-terminal][corfu-terminal]]: The corfu-terminal package provides an overlay-based display
for Corfu, such that you can use Corfu in terminal Emacs.
+- [[https://code.bsdgeek.org/adam/corfu-candidate-overlay][corfu-candidate-overlay]]: Shows as-you-type auto-suggestion candidate overlay
+ with a visual indication of whether there are many or exactly one candidate
+ available (works only with =corfu-auto= disabled).
+
- [[https://github.com/oantolin/orderless][Orderless]]: Corfu supports completion styles, including the advanced =orderless=
completion style, where the filtering expressions are separated by spaces or
another character (see ~corfu-separator~).
@@ -520,10 +524,6 @@ enhance your setup.
- [[https://github.com/minad/vertico][Vertico]]: You may also want to look into my Vertico package. Vertico is the
minibuffer completion counterpart of Corfu.
-- [[https://code.bsdgeek.org/adam/corfu-candidate-overlay][corfu-candidate-overlay]]: Shows as-you-type auto-suggestion candidate overlay
- with a visual indication of whether there are many or exactly one candidate
- available (works only with corfu-auto popup disabled).
-
* Alternatives
- [[https://github.com/company-mode/company-mode][Company]]: Company is a widely used and mature completion package, which