From 9a8a043cb67e6423f05aa6debe4d530e21304030 Mon Sep 17 00:00:00 2001 From: Tobias Ostner Date: Mon, 26 Feb 2024 09:37:47 +0100 Subject: [PATCH] Disable automatic popup of corfu --- .emacs.d/init.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.emacs.d/init.el b/.emacs.d/init.el index db7cd86..e9764d0 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -107,14 +107,13 @@ dired-mode-hook compilation-mode-hook minibuffer-mode-hook))) - (add-to-list 'copilot-disable-predicates #'to/copilot-disable-predicate)) (use-package corfu :custom (corfu-cycle t) (corfu-preselect-first nil) - (corfu-auto t) + ;; (corfu-auto t) (corfu-quit-no-match 'separator) :init (global-corfu-mode)