Use package instead of submodule for chatgpt-shell
This commit is contained in:
parent
dec4206e70
commit
e155779d24
3
.gitmodules
vendored
3
.gitmodules
vendored
@ -1,3 +0,0 @@
|
|||||||
[submodule "chatgpt-shell"]
|
|
||||||
path = chatgpt-shell
|
|
||||||
url = https://github.com/xenodium/chatgpt-shell
|
|
@ -1 +0,0 @@
|
|||||||
Subproject commit f7a53903ebedb1bd67dc9dea6ae9893fb70d4d49
|
|
@ -1341,14 +1341,11 @@
|
|||||||
#+end_src
|
#+end_src
|
||||||
|
|
||||||
** ChatGPT
|
** ChatGPT
|
||||||
The =chatpt-shell= package is in a git submodule, so this has to be
|
The =chatpt-shell= package provides a shell-like interface for
|
||||||
added to the [[help:load-path][load-path]] and ~require~'d:
|
ChatGPT.
|
||||||
|
|
||||||
#+begin_src emacs-lisp
|
#+begin_src emacs-lisp
|
||||||
(let ((path (concat (getenv "HOME")
|
(use-package chatgpt-shell)
|
||||||
"/.emacs.d/chatgpt-shell")))
|
|
||||||
(add-to-list 'load-path path))
|
|
||||||
(require 'chatgpt-shell)
|
|
||||||
#+end_src
|
#+end_src
|
||||||
|
|
||||||
[[help:chatgpt-shell-openai-key][chatgpt-shell-openai-key]] must also be set to a function that
|
[[help:chatgpt-shell-openai-key][chatgpt-shell-openai-key]] must also be set to a function that
|
||||||
|
Loading…
x
Reference in New Issue
Block a user