[emacs] More AI nonsense

This commit is contained in:
John Doty 2025-05-29 15:50:14 +00:00
parent 3ca7c4a3f4
commit eaedb40850

View file

@ -1464,6 +1464,8 @@ Do this when you edit your project view."
(setq
gptel-model my/gptel-model ; "claude-3-opus-20240229" also available
gptel-backend my/gptel-backend)
(if (file-exists-p "~/llm-hints.md")
(gptel-add-file (expand-file-name "~/llm-hints.md")))
(require 'doty-tools))