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 | 75cb77a128e48bf91d63fa17a37030bf06524112 (patch) | |
| tree | 9d574fd0b8905bbf9fb98336a18e1ef47018a42a /modules/nerd-icons-config.el | |
| parent | 866ad86af33f791b1facedee8bb6089e46f96084 (diff) | |
| download | dotemacs-75cb77a128e48bf91d63fa17a37030bf06524112.tar.gz dotemacs-75cb77a128e48bf91d63fa17a37030bf06524112.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/nerd-icons-config.el')
| -rw-r--r-- | modules/nerd-icons-config.el | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/modules/nerd-icons-config.el b/modules/nerd-icons-config.el index d314be80..d3d55b86 100644 --- a/modules/nerd-icons-config.el +++ b/modules/nerd-icons-config.el @@ -3,6 +3,15 @@ ;;; Commentary: ;; +;; Layer: 2 (Core UX). +;; Category: C/P. +;; Load shape: eager. +;; Eager reason: provides the nerd-icons fonts that dashboard, modeline, and +;; completion render in the first frame. +;; Top-level side effects: package configuration via use-package. +;; Runtime requires: none. +;; Direct test load: yes. +;; ;; Single home for nerd-icons: ;; - the package itself ;; - completion integration (`nerd-icons-completion') |
