diff options
author | Yuchen Pei <id@ypei.org> | 2024-05-23 21:40:15 +1000 |
---|---|---|
committer | Yuchen Pei <id@ypei.org> | 2024-05-23 21:40:15 +1000 |
commit | 292e82a58af2b74c030511de0b705653b906c4e0 (patch) | |
tree | 9fff8f870bba912ba8995eb036fba8dcf115bfa2 | |
parent | 24facac76e1b32248e4fde00d9418efa55f77886 (diff) |
[emacs] corfu renamed a var
-rw-r--r-- | emacs/.emacs.d/init/ycp-complete.el | 2 |
1 files changed, 1 insertions, 1 deletions
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 |