diff --git a/.gitmodules b/.gitmodules deleted file mode 100644 index 781d627..0000000 --- a/.gitmodules +++ /dev/null @@ -1,3 +0,0 @@ -[submodule "chatgpt-shell"] - path = chatgpt-shell - url = https://github.com/xenodium/chatgpt-shell diff --git a/chatgpt-shell b/chatgpt-shell deleted file mode 160000 index f7a5390..0000000 --- a/chatgpt-shell +++ /dev/null @@ -1 +0,0 @@ -Subproject commit f7a53903ebedb1bd67dc9dea6ae9893fb70d4d49 diff --git a/config.org b/config.org index 4f6743b..749785f 100644 --- a/config.org +++ b/config.org @@ -1341,14 +1341,11 @@ #+end_src ** ChatGPT - The =chatpt-shell= package is in a git submodule, so this has to be - added to the [[help:load-path][load-path]] and ~require~'d: + The =chatpt-shell= package provides a shell-like interface for + ChatGPT. #+begin_src emacs-lisp - (let ((path (concat (getenv "HOME") - "/.emacs.d/chatgpt-shell"))) - (add-to-list 'load-path path)) - (require 'chatgpt-shell) + (use-package chatgpt-shell) #+end_src [[help:chatgpt-shell-openai-key][chatgpt-shell-openai-key]] must also be set to a function that