Use gptel directly from GitHub

This commit is contained in:
Andrea Ciceri 2024-06-03 16:18:26 +02:00
parent 4995f33591
commit cd53b6485f
Signed by: aciceri
SSH key fingerprint: SHA256:/AagBweyV4Hlfg9u092n8hbHwD5fcB6A3qhDiDA65Rg
4 changed files with 30 additions and 7 deletions

12
init.el
View file

@ -820,12 +820,12 @@ This is meant to be an helper to be called from the window manager."
(insert response)))))))
)
(use-package copilot
:custom
(copilot-max-char -1)
(copilot-indent-offset-warning-disable 't)
:hook (prog-mode org-mode)
:bind (("C-<tab>" . copilot-accept-completion)))
;; (use-package copilot
;; :custom
;; (copilot-max-char -1)
;; (copilot-indent-offset-warning-disable 't)
;; :hook (prog-mode org-mode)
;; :bind (("C-<tab>" . copilot-accept-completion)))
(use-package pass
:config