From 1fee447368b12cbde63a101f86c1ffa0072d458d Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Wed, 22 May 2024 16:49:00 +0100 Subject: [PATCH] Disable corfu-auto by default --- init.el | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/init.el b/init.el index ca521dd..9cff134 100644 --- a/init.el +++ b/init.el @@ -205,12 +205,10 @@ :demand :custom (corfu-cycle t) - (corfu-auto t) - (corfu-auto-delay 0.2) - (corfu-auto-prefix 2) + (corfu-auto nil) (corfu-quit-no-match 'separator) (corfu-quit-at-boundary 'separator) - (corfu-preview-current nil) + (corfu-preview-current 'insert) (corfu-preselect 'directory) :bind ( :map corfu-map ("M-SPC" . corfu-insert-separator)