aboutsummaryrefslogtreecommitdiff
path: root/modules/ui-navigation.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
commit4d614a7edf4b95565d2c5d797e9ee030b090bda5 (patch)
tree01ebe12a9f01fb0d65bb249591b45c4c35779d89 /modules/ui-navigation.el
parentfc75648141ab99914e5f3b9429f47257289e5270 (diff)
downloaddotemacs-4d614a7edf4b95565d2c5d797e9ee030b090bda5.tar.gz
dotemacs-4d614a7edf4b95565d2c5d797e9ee030b090bda5.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/ui-navigation.el')
-rw-r--r--modules/ui-navigation.el12
1 files changed, 11 insertions, 1 deletions
diff --git a/modules/ui-navigation.el b/modules/ui-navigation.el
index 091007993..f1324c164 100644
--- a/modules/ui-navigation.el
+++ b/modules/ui-navigation.el
@@ -2,7 +2,17 @@
;; author Craig Jennings <c@cjennings.net>
;;; Commentary:
-
+;;
+;; Layer: 2 (Core UX).
+;; Category: C/P.
+;; Load shape: eager.
+;; Eager reason: window-navigation keybindings and winner/buffer-move setup for
+;; the first session.
+;; Top-level side effects: defines a navigation keymap, binds five global keys,
+;; configures packages via use-package.
+;; Runtime requires: none (configures packages via use-package).
+;; Direct test load: yes.
+;;
;; Window Navigation
;; This section handles situations where we're navigating or arranging windows