From a60be9f493404cd241a365f0b00761fca4db36f3 Mon Sep 17 00:00:00 2001 From: Tobias Ostner Date: Sat, 6 Apr 2024 10:37:42 +0200 Subject: [PATCH] Disable automatic appearance of corfu --- .emacs.d/init.el | 1 - 1 file changed, 1 deletion(-) diff --git a/.emacs.d/init.el b/.emacs.d/init.el index 84abce3..0d9de79 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -113,7 +113,6 @@ :custom (corfu-cycle t) (corfu-preselect-first nil) - ;; (corfu-auto t) (corfu-quit-no-match 'separator) :init (global-corfu-mode)