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 | e1789025131b048049777542a91fb7eb55195ce5 (patch) | |
| tree | f6b795035436a20cc234c2f32555f9b43c4a657b /modules/dashboard-config.el | |
| parent | 67d8040ad19461cf2a393af95268f92b784d7ece (diff) | |
| download | dotemacs-e1789025131b048049777542a91fb7eb55195ce5.tar.gz dotemacs-e1789025131b048049777542a91fb7eb55195ce5.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/dashboard-config.el')
| -rw-r--r-- | modules/dashboard-config.el | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/modules/dashboard-config.el b/modules/dashboard-config.el index 0ee9200b..4602cc15 100644 --- a/modules/dashboard-config.el +++ b/modules/dashboard-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: builds the startup dashboard landing page. +;; Top-level side effects: initializes and opens the dashboard buffer at startup +;; via use-package. +;; Runtime requires: none. +;; Direct test load: conditional (builds the dashboard buffer on load). +;; ;; Note: ;; Nerd-Icons Cheat Sheet: https://www.nerdfonts.com/cheat-sheet |
