diff options
Diffstat (limited to 'emacs/.emacs.d/init/ycp-complete.el')
-rw-r--r-- | emacs/.emacs.d/init/ycp-complete.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/emacs/.emacs.d/init/ycp-complete.el b/emacs/.emacs.d/init/ycp-complete.el index 16ddbfe..c088356 100644 --- a/emacs/.emacs.d/init/ycp-complete.el +++ b/emacs/.emacs.d/init/ycp-complete.el @@ -155,6 +155,7 @@ #'my-corfu-enable-always-in-minibuffer 1) ;;; corfu does not work well in gud as it "flushes" completion ;;; suggestions to the buffer + ;;; https://github.com/minad/corfu/issues/157 (setq global-corfu-modes '((not gud-mode) t)) ) |