Add copilot package.

It is disabled by default but can be enabled if necessary.
This commit is contained in:
kj
2025-09-01 11:53:00 -03:00
parent 56141976e9
commit 021e19fb3c

View File

@ -41,5 +41,12 @@
)
)
(use-package copilot
:bind (("M-<return>" . copilot-complete)
:map copilot-completion-map
("C-g" . 'copilot-clear-overlay)
("C-<return>" . 'copilot-accept-completion)
("C-<tab>" . 'copilot-accept-completion-by-word)))
(provide 'init-ai)
;;; init-ai.el ends here