summaryrefslogtreecommitdiff
path: root/.config/doom/custom-packages/private.el.example
blob: 73355fb1f7456a568acef6d7a1f01947e7b33c92 (plain)
1
2
3
4
5
6
7
;;; custom-packages/private.el -*- lexical-binding: t; -*-


(setq chatgpt-shell-openai-key "my-openai-key")
(setq dall-e-shell-openai-key "my-openai-key")

(provide 'private)