From e1789025131b048049777542a91fb7eb55195ce5 Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Sun, 24 May 2026 16:28:07 -0500 Subject: docs(load-graph): classify UI and core-UX modules MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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. --- modules/modeline-config.el | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'modules/modeline-config.el') diff --git a/modules/modeline-config.el b/modules/modeline-config.el index 5afe226e5..0e6e5d0fb 100644 --- a/modules/modeline-config.el +++ b/modules/modeline-config.el @@ -2,7 +2,15 @@ ;; author: Craig Jennings ;;; Commentary: - +;; +;; Layer: 2 (Core UX). +;; Category: C/S. +;; Load shape: eager. +;; Eager reason: the modeline is visible in the first frame. +;; Top-level side effects: two add-hook (VC cache lifecycle). +;; Runtime requires: user-constants. +;; Direct test load: yes. +;; ;; Simple, minimal modeline using only built-in Emacs functionality. ;; No external packages = no buffer issues, no native-comp errors. -- cgit v1.2.3