From eaedb40850a823ba1e2726f1bfd26927c3fae56a Mon Sep 17 00:00:00 2001 From: John Doty Date: Thu, 29 May 2025 15:50:14 +0000 Subject: [PATCH] [emacs] More AI nonsense --- .emacs.d/init.el | 2 ++ 1 file changed, 2 insertions(+) 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))