joshcho / ChatGPT.el

ChatGPT in Emacs
GNU General Public License v3.0
397 stars 34 forks source link

Add Doom Emacs installation instructions #19

Closed DiamondBond closed 1 year ago

DiamondBond commented 1 year ago

Added instructions on how to install ChatGPT.el when using Doom Emacs.

joshcho commented 1 year ago

Thanks. I am not sure if this will install as the chatgpt-repo-path variable is not set. The best implementation would detect the variable dynamically, but I don't know how to cover the case for every installation method (yet).

If you can add something like the following:

(setq chatgpt-repo-path "~/.emacs.d/straight/repos/ChatGPT.el/")

that would be great.

joshcho commented 1 year ago

Closing this pull request since 54dff8eda3bf203b04d807a3299884ab598a5656 implements the required config changes.