diff options
author | Thomas Voss <mail@thomasvoss.com> | 2024-10-21 12:34:19 +0200 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2024-10-21 12:34:19 +0200 |
commit | 3cc26a6c52e518868701729879a9c48b8b16ce94 (patch) | |
tree | c5964f23e1c20fb45995ddb0ca7f2cdeed7ab78a /.config | |
parent | 87badd749139b5c80897e3409a7a4c4d971262cd (diff) |
emacs: Add a small delay to Corfu
Diffstat (limited to '.config')
-rw-r--r-- | .config/emacs/modules/mm-completion.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/emacs/modules/mm-completion.el b/.config/emacs/modules/mm-completion.el index 91ecd5e..ea9cd3a 100644 --- a/.config/emacs/modules/mm-completion.el +++ b/.config/emacs/modules/mm-completion.el @@ -44,7 +44,7 @@ (corfu-auto t) (corfu-cycle t) (corfu-auto-prefix 1) - (corfu-auto-delay 0) + (corfu-auto-delay .2) :config ;; I complete with RET and this interferes with ‘tempel-next’ (keymap-unset corfu-map "TAB" :remove) |