From a522e5537ab9c94a45656b28e94a73b98f47d4b8 Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Mon, 25 May 2026 08:35:21 -0500 Subject: 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. --- tests/test-init-module-headers.el | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/test-init-module-headers.el') diff --git a/tests/test-init-module-headers.el b/tests/test-init-module-headers.el index 42e26ed7..af4f9ec9 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" -- cgit v1.2.3