diff options
| author | Daniel Mendler <mail@daniel-mendler.de> | 2023-07-04 21:51:10 +0200 |
|---|---|---|
| committer | Daniel Mendler <mail@daniel-mendler.de> | 2023-07-04 21:51:10 +0200 |
| commit | 7cb2d4500aa4ed553b3f33a0a69efb63da95f44e (patch) | |
| tree | a66cefb776b5f3029287501eeffbede794b1b0bf /README.org | |
| parent | e65f75cf12ed89e7e1e6f88bda128eb47545c62e (diff) | |
README update
Diffstat (limited to 'README.org')
| -rw-r--r-- | README.org | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -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 |
