Run copilot after company

This commit is contained in:
Andreas Zweili 2023-12-13 18:21:07 +01:00
parent ab3ff987bb
commit 4227c172d5
1 changed files with 1 additions and 0 deletions

View File

@ -12,5 +12,6 @@
:config
(add-hook 'prog-mode-hook 'copilot-mode)
(add-hook 'yaml-mode-hook 'copilot-mode)
(add-to-list 'copilot-disable-display-predicates #'company--active-p)
(define-key copilot-completion-map (kbd "<tab>") 'copilot-accept-completion)
(define-key copilot-completion-map (kbd "TAB") 'copilot-accept-completion))