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))
|
(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
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue