dotfiles/emacs/packages.el
James Patrick 8e886e9135 Added ChatGPT query API for Emacs.
This is incomplete and does not currently work on my personal
machine, due to how NixOS handles pip.
2023-04-23 22:28:17 -04:00

7 lines
162 B
EmacsLisp

;;; packages.el -*- lexical-binding: t; -*-
(package! ob-mermaid)
(package! chatgpt
:recipe (:host github :repo "joshcho/ChatGPT.el" :files ("dist" "*.el")))