Enable copilot again
This commit is contained in:
parent
ffd17a6e0e
commit
ee374c36f2
2 changed files with 3 additions and 2 deletions
|
|
@ -61,7 +61,6 @@
|
|||
(completion-list-mode . consult-preview-at-point-mode))
|
||||
|
||||
(use-package copilot
|
||||
:disabled t
|
||||
:bind ("M-C-<return>" . copilot-accept-completion)
|
||||
:commands (copilot-login global-copilot-mode)
|
||||
:config
|
||||
|
|
@ -80,7 +79,8 @@
|
|||
debugger-mode
|
||||
dired-mode-hook
|
||||
compilation-mode-hook
|
||||
minibuffer-mode-hook)))
|
||||
minibuffer-mode-hook
|
||||
vertico-mode-hook)))
|
||||
(add-to-list 'copilot-disable-predicates #'to/copilot-disable-predicate))
|
||||
|
||||
(use-package corfu
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue