aboutsummaryrefslogtreecommitdiff
path: root/tests/test-init-module-headers.el
diff options
context:
space:
mode:
authorCraig Jennings <c@cjennings.net>2026-05-25 08:35:21 -0500
committerCraig Jennings <c@cjennings.net>2026-05-25 08:35:21 -0500
commit2cb509c01c539d450ff41d0d2d22cfe0741daa6a (patch)
treef8cafc4da48343234cd1d8b41cdea28b58b5889f /tests/test-init-module-headers.el
parent57253375934c98366897a203d7d0a4b8ec96b152 (diff)
downloaddotemacs-2cb509c01c539d450ff41d0d2d22cfe0741daa6a.tar.gz
dotemacs-2cb509c01c539d450ff41d0d2d22cfe0741daa6a.zip
docs(load-graph): classify elfeed-config, the last init module
elfeed-config was the only init module without a load-graph header. It was deferred because annotating the header triggers a byte-compile, which broke its tests. With that test rewritten to use real structs, I added the header (Layer 4, optional, currently eager but a command-loaded deferral candidate, runtime requires user-constants, system-lib, media-utils), added elfeed-config to the header-contract allowlist, and moved it from the inventory's deferred and pending sections into the Batch 8 table. That brings the inventory to 102 of 102 modules classified, completing the Phase 1 classification pass.
Diffstat (limited to 'tests/test-init-module-headers.el')
-rw-r--r--tests/test-init-module-headers.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test-init-module-headers.el b/tests/test-init-module-headers.el
index 42e26ed74..af4f9ec99 100644
--- a/tests/test-init-module-headers.el
+++ b/tests/test-init-module-headers.el
@@ -102,6 +102,7 @@
"chrono-tools"
"dirvish-config"
"dwim-shell-config"
+ "elfeed-config"
"erc-config"
"eshell-config"
"eww-config"