diff options
| author | Craig Jennings <c@cjennings.net> | 2026-05-24 16:26:06 -0500 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2026-05-24 16:26:06 -0500 |
| commit | 866ad86af33f791b1facedee8bb6089e46f96084 (patch) | |
| tree | cbf1e5ad34694e63dc7f0e0c68fb0631719b44e8 /modules/text-config.el | |
| parent | 96db4d28e164f09c22eee3c61c14354acf5a6cd7 (diff) | |
| download | dotemacs-866ad86af33f791b1facedee8bb6089e46f96084.tar.gz dotemacs-866ad86af33f791b1facedee8bb6089e46f96084.zip | |
docs(load-graph): classify core libraries and command modules
Third classification batch: the remaining core and library command modules from init.el's early block — external-open, media-utils, auth-config, keyboard-macros, system-utils, text-config, undead-buffers. I annotated each with the load-graph header contract, added a Batch 3 table to the inventory, and extended the validation allowlist. 23 of 102 modules are now classified.
No new hidden dependencies in this batch. auth-config stays eager because other modules need credentials early; the command libraries (external-open, media-utils, keyboard-macros) are eager only by init order and flagged as Phase 4 deferral candidates.
Diffstat (limited to 'modules/text-config.el')
| -rw-r--r-- | modules/text-config.el | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/modules/text-config.el b/modules/text-config.el index 4e9208bc..5a946d52 100644 --- a/modules/text-config.el +++ b/modules/text-config.el @@ -3,6 +3,15 @@ ;;; Commentary: ;; +;; Layer: 2 (Core UX). +;; Category: C/P. +;; Load shape: eager. +;; Eager reason: general text-editing defaults and mode hooks the first session +;; relies on. +;; Top-level side effects: three add-hook plus use-package package configuration. +;; Runtime requires: none (configures packages via use-package). +;; Direct test load: yes. +;; ;; Configuration for text editing features including: ;; - Basic text mode settings (visual line mode, indentation, spacing) ;; - Text manipulation (move-text, expand-region, change-inner) |
