dotfiles/.config/doom/custom-packages/private.el.example

8 lines
176 B
Plaintext

;;; 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)