diff options
| author | Daniel Mendler <mail@daniel-mendler.de> | 2021-06-25 17:59:42 +0200 |
|---|---|---|
| committer | Daniel Mendler <mail@daniel-mendler.de> | 2021-06-25 17:59:42 +0200 |
| commit | 47b13b8f0389ae00e8ec2ca12677d3754e52b106 (patch) | |
| tree | bb6532ee52e96abd1b4926e6e55ce03141adfcd5 | |
| parent | 2ad41d69b3bc082b69d51a362f281219f9675375 (diff) | |
Mention the auto branch
| -rw-r--r-- | README.org | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -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. |
