Replies: 3 comments
-
|
This is not supported. The popup is updated immediately by |
Beta Was this translation helpful? Give feedback.
-
|
Ok, thanks. It leaves me with 2 questions:
It is kind of confusing that
I tried removing |
Beta Was this translation helpful? Give feedback.
-
|
Usually deleting characters simply updates the filtering of the candidate list, which is an instant operation in Emacs, so a delay doesn't make sense. Only if you have wrapped in |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Let's say that I set
(setq corfu-auto-delay 2)then it would take 2 seconds to corfu to show the completion candidates when I am typing, after reaching the amount of characters incorfu-auto-prefix, However, when deleting characters backwards, the completions requests are triggered almost instantly. How can I delay that to the same threshold thatcorfu-auto-delayhas?Beta Was this translation helpful? Give feedback.
All reactions