[doom] Add gptel-tool-library package

Integrate gptel-tool-library by:
- Adding package definition to packages.el with custom recipe
- Configuring library settings and module loading in config.el
- Enabling module-specific functionality for bbdb, buffer, etc.
This commit is contained in:
2025-09-10 07:39:33 -07:00
parent 396c8e0318
commit 6bf0a37533
2 changed files with 11 additions and 0 deletions

View File

@@ -55,3 +55,7 @@
(package! claude-code-ide
:recipe (:host github :repo "manzaltu/claude-code-ide.el"))
(package! gptel-tool-library
:recipe (:host github :repo "aard-fi/gptel-tool-library"
:files ("*.el")))