From 5d2f37f8e7d69c25d5a585c5cceaaf6533eb7da2 Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Wed, 23 Oct 2024 02:35:48 +0200 Subject: emacs: Decrease ‘corfu-auto-delay’ MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .config/emacs/modules/mm-completion.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- cgit v1.2.3