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)