karthink / gptel

A simple LLM client for Emacs
GNU General Public License v3.0
1.14k stars 119 forks source link

Add Doom Emacs installation instructions #28

Closed AlessandroW closed 1 year ago

karthink commented 1 year ago

Thanks! Could you change "Doom" to "Doom Emacs" and move this below the manual section (and above Spacemacs)?

M1ndo commented 1 year ago

In packages.el since some will experience "package not found"

(package! gptel :recipe (:host github :repo "karthink/gptel"))

In bash

doom sync

In Emacs

M-x doom/reload-packages
M-x gptel
karthink commented 1 year ago

In packages.el since some will experience "package not found"

I don't use Doom so I'm not sure about this -- but since gptel is on MELPA and Doom uses Straight, why would this happen?

AlessandroW commented 1 year ago

It won't afaik and I think it's better to pull the package from melpa than from github.

AlessandroW commented 1 year ago

Thanks! Could you change "Doom" to "Doom Emacs" and move this below the manual section (and above Spacemacs)?

done

karthink commented 1 year ago

Cheers @AlessandroW

M1ndo commented 1 year ago

In packages.el since some will experience "package not found"

I don't use Doom so I'm not sure about this -- but since gptel is on MELPA and Doom uses Straight, why would this happen?

I honestly have no idea, i wasn't able to pull it out of melpa (other packages worked). I just left that comment there, in-case somebody else stumbled upon the same issue.