~vonfry/dotfiles

ab207fce3db976c179de42b5e6532291c2550706 — Vonfry a month ago 5056183
fix emacs chatgpt shell custom
1 files changed, 2 insertions(+), 2 deletions(-)

M etc/nixos/modules/user/files/emacs.d/modules/tools/aichat/packages.el
M etc/nixos/modules/user/files/emacs.d/modules/tools/aichat/packages.el => etc/nixos/modules/user/files/emacs.d/modules/tools/aichat/packages.el +2 -2
@@ 18,10 18,10 @@

(use-package dall-e-shell
  :custom
  ((dall-e-shell-openai-key
  (dall-e-shell-openai-key
    (lambda ()
      (auth-source-pick-first-password
       :host "api.openai.com"
       :user "chatgpt-shell"))))
       :user "chatgpt-shell")))
  :general
  (nmap-leader "e G" 'dall-e-shell))