aboutsummaryrefslogtreecommitdiff
path: root/modules/selection-framework.el
diff options
context:
space:
mode:
authorCraig Jennings <c@cjennings.net>2026-05-24 16:28:07 -0500
committerCraig Jennings <c@cjennings.net>2026-05-24 16:28:07 -0500
commite1789025131b048049777542a91fb7eb55195ce5 (patch)
treef6b795035436a20cc234c2f32555f9b43c4a657b /modules/selection-framework.el
parent67d8040ad19461cf2a393af95268f92b784d7ece (diff)
downloaddotemacs-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/selection-framework.el')
-rw-r--r--modules/selection-framework.el10
1 files changed, 10 insertions, 0 deletions
diff --git a/modules/selection-framework.el b/modules/selection-framework.el
index 15ef0a94..11687337 100644
--- a/modules/selection-framework.el
+++ b/modules/selection-framework.el
@@ -3,6 +3,16 @@
;;; Commentary:
;;
+;; Layer: 2 (Core UX).
+;; Category: C/P.
+;; Load shape: eager.
+;; Eager reason: the completion/selection stack (vertico and friends) shapes
+;; every interactive prompt from the first session.
+;; Top-level side effects: one global key binding, package configuration via
+;; fifteen use-package forms.
+;; Runtime requires: none (configures packages via use-package).
+;; Direct test load: yes.
+;;
;; This module configures the completion and selection framework using:
;; - Vertico: Vertical completion UI
;; - Marginalia: Rich annotations in minibuffer