diff options
| author | Craig Jennings <c@cjennings.net> | 2026-05-15 23:48:20 -0500 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2026-05-15 23:48:20 -0500 |
| commit | 3b4c8d8915d469b0bfbb148820bca7a31dcd734a (patch) | |
| tree | ba2c480fb29d3308d59457235b49b3b0add62af3 /todo.org | |
| parent | 2dd56761df8e6b6d7b5f99c5c7c6d20f5b2d6447 (diff) | |
| download | dotemacs-3b4c8d8915d469b0bfbb148820bca7a31dcd734a.tar.gz dotemacs-3b4c8d8915d469b0bfbb148820bca7a31dcd734a.zip | |
fix(ai-config): Ensure gptel-magit is installed via use-package
Replace raw autoload calls with a `use-package` declaration so
`use-package-always-ensure` installs gptel-magit on machines that
haven't run `package-install`, fixing the "Cannot open load file"
error on transient setup.
Diffstat (limited to 'todo.org')
| -rw-r--r-- | todo.org | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -38,6 +38,12 @@ Tags are additive. For example, a small wrong-behavior fix can be =:feature:refactor:=. * Emacs Open Work + +** DOING [#A] transient-setup error when running gptel magit :bug: +When running gptel magit during a commit message on this machine, I get the following error consistently: +transient-setup: Cannot open load file: No such file or directory, gptel-magit + + ** PROJECT [#A] Architecture review follow-up from 2026-05-03 :refactor:no-sync: High-level pass over =init.el=, =early-init.el=, and all 104 files in |
