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
|
dired-mode-hook
|
||||||
compilation-mode-hook
|
compilation-mode-hook
|
||||||
minibuffer-mode-hook)))
|
minibuffer-mode-hook)))
|
||||||
|
|
||||||
(add-to-list 'copilot-disable-predicates #'to/copilot-disable-predicate))
|
(add-to-list 'copilot-disable-predicates #'to/copilot-disable-predicate))
|
||||||
|
|
||||||
(use-package corfu
|
(use-package corfu
|
||||||
:custom
|
:custom
|
||||||
(corfu-cycle t)
|
(corfu-cycle t)
|
||||||
(corfu-preselect-first nil)
|
(corfu-preselect-first nil)
|
||||||
(corfu-auto t)
|
;; (corfu-auto t)
|
||||||
(corfu-quit-no-match 'separator)
|
(corfu-quit-no-match 'separator)
|
||||||
:init
|
:init
|
||||||
(global-corfu-mode)
|
(global-corfu-mode)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue