Disable automatic popup of corfu
This commit is contained in:
parent
4863427517
commit
9a8a043cb6
1 changed files with 1 additions and 2 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue