diff options
| author | Craig Jennings <c@cjennings.net> | 2026-05-24 16:28:07 -0500 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2026-05-24 16:28:07 -0500 |
| commit | 4d614a7edf4b95565d2c5d797e9ee030b090bda5 (patch) | |
| tree | 01ebe12a9f01fb0d65bb249591b45c4c35779d89 /modules/ui-config.el | |
| parent | fc75648141ab99914e5f3b9429f47257289e5270 (diff) | |
| download | dotemacs-4d614a7edf4b95565d2c5d797e9ee030b090bda5.tar.gz dotemacs-4d614a7edf4b95565d2c5d797e9ee030b090bda5.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 'modules/ui-config.el')
| -rw-r--r-- | modules/ui-config.el | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/modules/ui-config.el b/modules/ui-config.el index 39b861823..a4c18421b 100644 --- a/modules/ui-config.el +++ b/modules/ui-config.el @@ -2,7 +2,16 @@ ;; author: Craig Jennings <c@cjennings.net> ;;; Commentary: - +;; +;; Layer: 2 (Core UX). +;; Category: C/S. +;; Load shape: eager. +;; Eager reason: UI preferences that should be visible in the first frame. +;; Top-level side effects: UI defaults, a post-command hook, and +;; display-buffer-alist entries. +;; Runtime requires: user-constants. +;; Direct test load: yes. +;; ;; This file centralizes user interface preferences, including: ;; • Frame and window behavior |
