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 | ce8d7d32e8b8e08c5a42c713c15b0b809171f2af (patch) | |
| tree | e8228a298badf22490f03cf326819db3a1e0cf83 /modules/nerd-icons-config.el | |
| parent | d77ca62799d57d0183e1acac69d0d13afdd6b7a6 (diff) | |
| download | dotemacs-ce8d7d32e8b8e08c5a42c713c15b0b809171f2af.tar.gz dotemacs-ce8d7d32e8b8e08c5a42c713c15b0b809171f2af.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') |
