diff options
| author | Daniel Mendler <mail@daniel-mendler.de> | 2022-11-18 12:12:18 +0100 |
|---|---|---|
| committer | Daniel Mendler <mail@daniel-mendler.de> | 2022-11-18 12:17:13 +0100 |
| commit | 638e33a98db3574261bc41b738186d5f6b87b39d (patch) | |
| tree | b8d0405022baa935a096920ef5a3a790f513b940 /README.org | |
| parent | eb1cf628432dca5131d3aeaaab135b1d97a0718d (diff) | |
BREAKING CHANGE: Extract corfu-echo extension from corfu.el
Enable corfu-echo-mode to enable echo messages. The corfu-infoframe somewhat
conflicts with corfu-echo, since it is disturbing it both the info frame and the
echo message pop up after each other. Therefore it makes sense to maintain
corfu-echo as a separate extension, on the same level as corfu-infoframe.
Diffstat (limited to 'README.org')
| -rw-r--r-- | README.org | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -83,7 +83,6 @@ Here is an example configuration: ;; (corfu-preview-current nil) ;; Disable current candidate preview ;; (corfu-preselect-first nil) ;; Disable candidate preselection ;; (corfu-on-exact-match nil) ;; Configure handling of exact matches - ;; (corfu-echo-documentation nil) ;; Disable documentation in the echo area ;; (corfu-scroll-margin 5) ;; Use scroll margin ;; Enable Corfu only for certain modes. @@ -446,6 +445,7 @@ be enabled manually if desired. Furthermore it is possible to install all of the files separately, both ~corfu.el~ and the ~corfu-*.el~ extensions. Currently the following extensions come with the Corfu ELPA package: +- [[https://github.com/minad/corfu/blob/main/extensions/corfu-echo.el][corfu-echo]]: Display brief candidate documentation in the echo area. - [[https://github.com/minad/corfu/blob/main/extensions/corfu-history.el][corfu-history]]: =corfu-history-mode= remembers selected candidates and sorts the candidates by their history position. - [[https://github.com/minad/corfu/blob/main/extensions/corfu-indexed.el][corfu-indexed]]: =corfu-indexed-mode= allows you to select indexed candidates with |
