diff options
| author | Craig Jennings <c@cjennings.net> | 2026-06-16 23:38:44 -0500 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2026-06-16 23:38:44 -0500 |
| commit | eab9e5d44426605187f15a7ade1b7180d6efbfbe (patch) | |
| tree | bf162e29f99f643d3db2091fe712159d2e11c92b | |
| parent | f2c27c0c0648a4948f41eb68b0b1c885df3b769d (diff) | |
| download | dotemacs-eab9e5d44426605187f15a7ade1b7180d6efbfbe.tar.gz dotemacs-eab9e5d44426605187f15a7ade1b7180d6efbfbe.zip | |
The cleanup pass bumped three child priority cookies up to match their parents (down-only).
| -rw-r--r-- | todo.org | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -767,7 +767,7 @@ No init.el load-order change — keybindings and the foundation modules already Verified each fix with a fresh =emacs --batch (require 'X)=, then swept all ~100 modules standalone: every one loads or fails only with a clear missing-package message (the spec's Phase 2 exit bar). Full =make test=, =make validate-modules=, and an init smoke all pass. Module headers and the inventory's hidden-dependency section updated to mark the seven resolved. -**** TODO [#B] Defer feature modules behind autoloads, hooks, and commands :refactor: +**** TODO [#A] Defer feature modules behind autoloads, hooks, and commands :refactor: Once dependencies are explicit, reduce the number of modules required at startup. Start with lower-risk feature modules: @@ -795,7 +795,7 @@ Related existing task: [#B] "Review and rebind M-S- keybindings". =use-package=, and =use-package-always-ensure=. That is more than early startup needs and can make startup network-sensitive. -**** TODO [#B] Split early startup from package bootstrap :refactor: +**** TODO [#A] Split early startup from package bootstrap :refactor: Keep =early-init.el= focused on things that must happen before package and UI startup: @@ -2759,7 +2759,7 @@ Surface current-buffer or project-wide errors and warnings. Useful both as a "what's broken right now" check and as input to the patch-narrative buffer / commit-intent workbench above. -**** TODO [#C] gptel-magit activation fails on velox :bug:quick: +**** TODO [#B] gptel-magit activation fails on velox :bug:quick: :PROPERTIES: :LAST_REVIEWED: 2026-06-01 :END: |
