diff --git a/.emacs.d/init.el b/.emacs.d/init.el index 31d3617..d0f3f88 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -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))