diff options
Diffstat (limited to 'emacs.org')
-rwxr-xr-x | emacs.org | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1171,6 +1171,10 @@ Create function to watch videos using ~mpv~ ;; #+end_src +** Chatgpt +#+begin_src emacs-lisp + (setq openai-key (password-store-get "chatgpt/api")) +#+end_src ** Keybindings #+begin_src emacs-lisp (define-key dired-mode-map "b" 'dired-up-directory) |