aboutsummaryrefslogtreecommitdiff
path: root/tests/test-init-module-headers.el
diff options
context:
space:
mode:
authorCraig Jennings <c@cjennings.net>2026-05-24 17:01:40 -0500
committerCraig Jennings <c@cjennings.net>2026-05-24 17:01:40 -0500
commitf84bba186dca1543f9c5f02c03af355188b6e87c (patch)
tree5f5e8e57ae1eac99ea489a44435eb6e1e86cbc79 /tests/test-init-module-headers.el
parentcad351ec00c3f78cfb6e203d87c7309a620e485c (diff)
downloaddotemacs-f84bba186dca1543f9c5f02c03af355188b6e87c.tar.gz
dotemacs-f84bba186dca1543f9c5f02c03af355188b6e87c.zip
docs(load-graph): classify remaining domain and optional modulesload-graph-classify-end
Final classification batch: the last 19 modules — linear-config, local-repository, lorem-optimum, mail-config, markdown-config, music-config, pdf-config, quick-video-capture, reconcile-open-repos, restclient-config, slack-config, system-commands, telega-config, tramp-config, transcription-config, video-audio-recording, vterm-config, weather-config, wrap-up. I annotated each header, added a Batch 9 table to the inventory, and extended the validation allowlist. 101 of 102 modules are now classified; only elfeed-config remains, deferred on its test fix. Two more hidden dependencies turned up. video-audio-recording uses the boundp shim for its C-; r binding, and mail-config registers C-; e directly without requiring keybindings, so it errors standalone rather than degrading. Both recorded for Phase 2.
Diffstat (limited to 'tests/test-init-module-headers.el')
-rw-r--r--tests/test-init-module-headers.el22
1 files changed, 21 insertions, 1 deletions
diff --git a/tests/test-init-module-headers.el b/tests/test-init-module-headers.el
index feaf93fd..42e26ed7 100644
--- a/tests/test-init-module-headers.el
+++ b/tests/test-init-module-headers.el
@@ -110,7 +110,27 @@
"gloss-config"
"httpd-config"
"jumper"
- "latex-config")
+ "latex-config"
+ ;; Batch 9 — Remaining domain / integration / optional modules (Layer 2-4)
+ "linear-config"
+ "local-repository"
+ "lorem-optimum"
+ "mail-config"
+ "markdown-config"
+ "music-config"
+ "pdf-config"
+ "quick-video-capture"
+ "reconcile-open-repos"
+ "restclient-config"
+ "slack-config"
+ "system-commands"
+ "telega-config"
+ "tramp-config"
+ "transcription-config"
+ "video-audio-recording"
+ "vterm-config"
+ "weather-config"
+ "wrap-up")
"Modules annotated with the load-graph header contract.
Grows one batch at a time. Parity with the init.el require set is the
Phase 1 exit criterion.")