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/font-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/font-config.el')
| -rw-r--r-- | modules/font-config.el | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/modules/font-config.el b/modules/font-config.el index 811763f7..d4e2190d 100644 --- a/modules/font-config.el +++ b/modules/font-config.el @@ -2,7 +2,16 @@ ;; author: Craig Jennings <c@cjennings.net> ;;; Commentary: - +;; +;; Layer: 2 (Core UX). +;; Category: C/P/S. +;; Load shape: eager. +;; Eager reason: font setup for the first frame, plus font keybindings. +;; Top-level side effects: binds five global font keys, runs font-installation +;; checks, configures packages via use-package. +;; Runtime requires: host-environment, keybindings. +;; Direct test load: yes. +;; ;; This module provides font configuration, including: ;; ;; 1. Font Management: |
