diff options
Diffstat (limited to '.emacs.d/init.el')
-rw-r--r-- | .emacs.d/init.el | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/.emacs.d/init.el b/.emacs.d/init.el index 5ccf920..c092880 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -1004,9 +1004,7 @@ Contains the list of packages that need to be installed.") :keymaps 'org-mode-map "3" 'org-insert-image-size-300) -(if is-hermes - (setq openai-key (password-store-get "chatgpt/api2")) - (setq openai-key (password-store-get "chatgpt/api"))) +(setq openai-key (password-store-get "chatgpt/api")) (use-package circe :ensure t |