From 292e82a58af2b74c030511de0b705653b906c4e0 Mon Sep 17 00:00:00 2001 From: Yuchen Pei Date: Thu, 23 May 2024 21:40:15 +1000 Subject: [emacs] corfu renamed a var --- emacs/.emacs.d/init/ycp-complete.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'emacs') diff --git a/emacs/.emacs.d/init/ycp-complete.el b/emacs/.emacs.d/init/ycp-complete.el index bd3b3ca..16ddbfe 100644 --- a/emacs/.emacs.d/init/ycp-complete.el +++ b/emacs/.emacs.d/init/ycp-complete.el @@ -155,7 +155,7 @@ #'my-corfu-enable-always-in-minibuffer 1) ;;; corfu does not work well in gud as it "flushes" completion ;;; suggestions to the buffer - (setq corfu-exclude-modes '(gud-mode)) + (setq global-corfu-modes '((not gud-mode) t)) ) ;;; We still need company mode because corfu does not work well in -- cgit v1.2.3