From 0c7cb73424acc7eef10ec89afdc38e4061fce06b Mon Sep 17 00:00:00 2001 From: Tobias Ostner Date: Thu, 27 Apr 2023 08:17:14 +0200 Subject: [PATCH] Load chatgpt-shell from melpa --- .emacs.d/init.el | 1 - .emacs.d/packages/chatgpt-shell | 1 - 2 files changed, 2 deletions(-) delete mode 160000 .emacs.d/packages/chatgpt-shell diff --git a/.emacs.d/init.el b/.emacs.d/init.el index dc2ffe4..1e3001c 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -61,7 +61,6 @@ (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)) diff --git a/.emacs.d/packages/chatgpt-shell b/.emacs.d/packages/chatgpt-shell deleted file mode 160000 index 82bb787..0000000 --- a/.emacs.d/packages/chatgpt-shell +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 82bb787c65c7c4eef3c6abaa68c0870c7eb4fbe1