From 3f88a65298a9a4a97990b94cf791f82c4beaeec4 Mon Sep 17 00:00:00 2001 From: Tobias Ostner Date: Sun, 26 Mar 2023 09:49:25 +0200 Subject: [PATCH] Add chatgpt-shell --- .emacs.d/init.el | 6 ++++++ 1 file changed, 6 insertions(+) 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)