Enable copilot again

This commit is contained in:
Tobias Ostner 2024-07-07 10:38:17 +02:00
parent ffd17a6e0e
commit ee374c36f2
2 changed files with 3 additions and 2 deletions

View file

@ -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