diff options
author | Oscar Najera <hi@oscarnajera.com> | 2024-08-19 10:37:57 +0200 |
---|---|---|
committer | Oscar Najera <hi@oscarnajera.com> | 2024-08-19 10:41:35 +0200 |
commit | 3a62a5afc4c812651d0932951c6c8e04d2f7baba (patch) | |
tree | 792d4bdc4e49335aacfb3b0928784a4f6e85ec37 /config/doom | |
parent | 88dd5a86a79db5c832f188594c85aa2544139751 (diff) | |
download | dotfiles-3a62a5afc4c812651d0932951c6c8e04d2f7baba.tar.gz dotfiles-3a62a5afc4c812651d0932951c6c8e04d2f7baba.tar.bz2 dotfiles-3a62a5afc4c812651d0932951c6c8e04d2f7baba.zip |
ai-query load
Diffstat (limited to 'config/doom')
-rw-r--r-- | config/doom/config.org | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/config/doom/config.org b/config/doom/config.org index ce8f759..162c3e7 100644 --- a/config/doom/config.org +++ b/config/doom/config.org @@ -102,6 +102,12 @@ Because I always need help and it should come up quickly #+begin_src emacs-lisp (add-hook 'after-save-hook 'executable-make-buffer-file-executable-if-script-p) #+end_src +** AI queries +#+begin_src emacs-lisp +(use-package! ai-query + :load-path "~/dev/dotfiles/elisp/" + :commands (ai-query-request)) +#+end_src * Dictionary #+begin_src emacs-lisp :tangle "packages.el" (package! lexic) |