branch: externals/corfu commit 47b13b8f0389ae00e8ec2ca12677d3754e52b106 Author: Daniel Mendler <m...@daniel-mendler.de> Commit: Daniel Mendler <m...@daniel-mendler.de>
Mention the auto branch --- README.org | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.org b/README.org index 840dfde..e3b12d4 100644 --- a/README.org +++ b/README.org @@ -43,7 +43,8 @@ will fall back to the default setting of the ~completion-in-region-function~. - Jumping to location/documentation of current candidate (Company extension) - Support for ~annotation-function~ and ~affixation-function~ -Notable non-feature: Timer-based idle completions are not supported. +Notable non-feature: Timer-based auto-completions are not supported. There exists +an experimental implementation in the branch [[https://github.com/minad/corfu/tree/auto][auto]]. * Configuration @@ -137,7 +138,7 @@ counterpart of Corfu. Corfu works in most scenarios. However there are a few known technical caveats. -- No support for idle completions. +- No support for idle completions (See branch =auto= for a possible implementation). - Corfu falls back to the default ~completion-in-region-function~ on non-graphical displays, since is displayed using child frames. - The abort handling could be improved, for example the input could be undone.