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)) (completion-list-mode . consult-preview-at-point-mode))
(use-package copilot (use-package copilot
:disabled t
:bind ("M-C-<return>" . copilot-accept-completion) :bind ("M-C-<return>" . copilot-accept-completion)
:commands (copilot-login global-copilot-mode) :commands (copilot-login global-copilot-mode)
:config :config
@ -80,7 +79,8 @@
debugger-mode debugger-mode
dired-mode-hook dired-mode-hook
compilation-mode-hook compilation-mode-hook
minibuffer-mode-hook))) minibuffer-mode-hook
vertico-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

View file

@ -24,6 +24,7 @@
iosevka-comfy.comfy-motion-duo iosevka-comfy.comfy-motion-duo
jq jq
kubectl kubectl
nodejs_22
noto-fonts noto-fonts
nixd nixd
pass pass