branch: externals/corfu commit 7cb2d4500aa4ed553b3f33a0a69efb63da95f44e Author: Daniel Mendler <m...@daniel-mendler.de> Commit: Daniel Mendler <m...@daniel-mendler.de>
README update --- README.org | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.org b/README.org index 4f701de62f..ae1a29e1f2 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