[emacs] Factor the tools lisp a little bit

To make things a bit easier.
This commit is contained in:
John Doty 2025-05-30 19:24:38 +00:00
parent eaedb40850
commit a3ccd09f9a
4 changed files with 308 additions and 209 deletions

View file

@ -1466,7 +1466,8 @@ Do this when you edit your project view."
gptel-backend my/gptel-backend)
(if (file-exists-p "~/llm-hints.md")
(gptel-add-file (expand-file-name "~/llm-hints.md")))
(require 'doty-tools))
(require 'doty-tools)
(require 'doty-tools-buffer-map))
;; =================================================================