diff options
author | Thomas Voss <mail@thomasvoss.com> | 2024-10-23 02:35:48 +0200 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2024-10-23 02:35:48 +0200 |
commit | 5d2f37f8e7d69c25d5a585c5cceaaf6533eb7da2 (patch) | |
tree | 61c616acb30a41fb0039ac9f65201b8f26026211 | |
parent | 1bcb630f3f734b9d5d325ddfcd5dcc6a7a2b578c (diff) |
emacs: Decrease ‘corfu-auto-delay’
-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 654a9bd..ee0d50a 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 .2) + (corfu-auto-delay .1) :config ;; I complete with RET and this interferes with ‘tempel-next’ (keymap-unset corfu-map "TAB" :remove) |