diff options
author | Thanos Apollo <[email protected]> | 2023-06-04 07:46:37 +0300 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2023-06-04 07:46:37 +0300 |
commit | b258a9b37c06efcd3eae8bbaf76e61534df8a751 (patch) | |
tree | b7279976f3d589cb0dc0f508e623a7559a7b5701 /emacs.org | |
parent | 1b4b6efd6f786bf2708798dceb47181231e59e96 (diff) |
emacs: Add chatgpt
Diffstat (limited to 'emacs.org')
-rwxr-xr-x | emacs.org | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1080,6 +1080,11 @@ Set aliases for emacs functions and ~PATH~ #+begin_src emacs-lisp (define-key thanos/applications-map (kbd "i") 'circe) #+end_src +* Chatgpt +#+begin_src emacs-lisp + (setq openai-key (password-store-get "chatgpt/api")) + (define-key 'thanos/applications-map (kbd "c") 'chatgpt) +#+end_src * Misc ** Random functions #+begin_src emacs-lisp |