[emacs] Factor the tools lisp a little bit
To make things a bit easier.
This commit is contained in:
parent
eaedb40850
commit
a3ccd09f9a
4 changed files with 308 additions and 209 deletions
|
|
@ -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))
|
||||
|
||||
|
||||
;; =================================================================
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue