mirror of
https://github.com/js0ny/dotfiles.git
synced 2025-12-21 00:33:00 +00:00
14 lines
406 B
EmacsLisp
14 lines
406 B
EmacsLisp
|
|
;; (use-package copilot
|
|
;; :vc (:url "https://github.com/copilot-emacs/copilot.el"
|
|
;; :rev :newest
|
|
;; :branch "main")
|
|
;; :hook (prog-mode . copilot-mode)
|
|
;; :config
|
|
;; (define-key copilot-completion-map (kbd "<tab>") 'copilot-accept-completion)
|
|
;; (define-key copilot-completion-map (kbd "TAB") 'copilot-accept-completion))
|
|
|
|
|
|
(provide 'init-ai)
|
|
|
|
;;; init-ai.el ends here
|