From 5a78a0fce4139bfe6bfab54411f3ac9f105af442 Mon Sep 17 00:00:00 2001 From: larstvei Date: Tue, 21 Jan 2025 23:03:16 +0100 Subject: [PATCH] Less aggressive completions --- init.org | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/init.org b/init.org index 5f86206..1c103d5 100644 --- a/init.org +++ b/init.org @@ -754,11 +754,7 @@ (global-corfu-mode 1) (corfu-popupinfo-mode 1) :config - (setq corfu-cycle t - corfu-auto t - corfu-auto-delay 1 - corfu-auto-prefix 2 - corfu-popupinfo-delay 0.5)) + (setq corfu-cycle t)) #+end_src