aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorCraig Jennings <c@cjennings.net>2026-05-24 16:28:07 -0500
committerCraig Jennings <c@cjennings.net>2026-05-24 16:28:07 -0500
commit47163bb1b05e11024ad0419c6fed5e1dbdc84820 (patch)
tree7e81b0faf09794b35045d4be5a8e831767e87b38 /tests
parent51028d48248354b169c07783bf2d76136d1770f9 (diff)
downloaddotemacs-47163bb1b05e11024ad0419c6fed5e1dbdc84820.tar.gz
dotemacs-47163bb1b05e11024ad0419c6fed5e1dbdc84820.zip
docs(load-graph): classify UI and core-UX modules
Fourth classification batch: the modules that shape the first interactive frame — ui-config, ui-theme, ui-navigation, font-config, selection-framework, modeline-config, mousetrap-mode, popper-config, dashboard-config, nerd-icons-config. I annotated each header, added a Batch 4 table to the inventory, and extended the validation allowlist. 33 of 102 modules are now classified. These mostly stay eager: each has a real first-frame reason (theme, font, modeline, completion stack, landing page). No new hidden dependencies. popper-config carries the spec's open question about its enabled/disabled state, noted for the deferral phase.
Diffstat (limited to 'tests')
-rw-r--r--tests/test-init-module-headers.el13
1 files changed, 12 insertions, 1 deletions
diff --git a/tests/test-init-module-headers.el b/tests/test-init-module-headers.el
index f8085fc72..df3df7285 100644
--- a/tests/test-init-module-headers.el
+++ b/tests/test-init-module-headers.el
@@ -46,7 +46,18 @@
"keyboard-macros"
"system-utils"
"text-config"
- "undead-buffers")
+ "undead-buffers"
+ ;; Batch 4 — UI / core-UX modules (Layer 2)
+ "ui-config"
+ "ui-theme"
+ "ui-navigation"
+ "font-config"
+ "selection-framework"
+ "modeline-config"
+ "mousetrap-mode"
+ "popper-config"
+ "dashboard-config"
+ "nerd-icons-config")
"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.")