diff options
-rw-r--r-- | .config/emacs/init.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/emacs/init.el b/.config/emacs/init.el index 84be90f..d0ba477 100644 --- a/.config/emacs/init.el +++ b/.config/emacs/init.el @@ -1142,7 +1142,7 @@ Useful if you write in langs like Greek :)." ;; AI tools (use-package gptel - :ensure t + :vc (:url "https://github.com/karthink/gptel" :rev :latest) :config (setf gptel-api-key (password-store-get-field "openai/[email protected]" "api") gptel-default-mode 'org-mode |