diff --git a/.emacs.d/init.el b/.emacs.d/init.el index 15905b0..d4b07c0 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -64,6 +64,12 @@ (require 'to-secrets) (setq c3po-api-key to/chat-gpt-api-key)) +(use-package chatgpt-shell + :load-path "packages/chatgpt-shell" + :config + (require 'to-secrets) + (setq chatgpt-shell-openai-key to/chat-gpt-api-key)) + (use-package cider :defer t)