diff options
| author | Daniel Mendler <mail@daniel-mendler.de> | 2022-01-26 21:13:33 +0100 |
|---|---|---|
| committer | Daniel Mendler <mail@daniel-mendler.de> | 2022-01-26 21:13:33 +0100 |
| commit | a921f7669e6f154fc8c0ecde9b94de0bf17cfbd0 (patch) | |
| tree | 78e9c9822db42b2bc9ee1f143fef76a6277c12ae | |
| parent | 47871998890902ecd9148cb65f46c5d3ea3eed06 (diff) | |
Change the redisplay hack
| -rw-r--r-- | corfu.el | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -813,7 +813,7 @@ there hasn't been any input, then quit." (corfu--echo-documentation) (corfu--preview-current beg end str) ;; XXX HACK: Force redisplay, otherwise the popup sometimes does not display content. - (run-at-time 0 nil #'redisplay)) + (run-at-time 0.01 nil #'redisplay)) ;; 4) There are no candidates & corfu-quit-no-match => Confirmation popup ((not (or corfu--candidates ;; When `corfu-quit-no-match' is a number of seconds and the auto completion wasn't |
