aboutsummaryrefslogtreecommitdiff
path: root/modules/keyboard-macros.el
diff options
context:
space:
mode:
authorCraig Jennings <c@cjennings.net>2026-05-24 16:26:06 -0500
committerCraig Jennings <c@cjennings.net>2026-05-24 16:26:06 -0500
commit67d8040ad19461cf2a393af95268f92b784d7ece (patch)
tree3f5898216a5af91f78366bbd94b9496b7e532ee1 /modules/keyboard-macros.el
parent504a87abe8baf70b2734988ff23f2c5e48b2f77e (diff)
downloaddotemacs-67d8040ad19461cf2a393af95268f92b784d7ece.tar.gz
dotemacs-67d8040ad19461cf2a393af95268f92b784d7ece.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/keyboard-macros.el')
-rw-r--r--modules/keyboard-macros.el9
1 files changed, 9 insertions, 0 deletions
diff --git a/modules/keyboard-macros.el b/modules/keyboard-macros.el
index 5cd89f21..4e801096 100644
--- a/modules/keyboard-macros.el
+++ b/modules/keyboard-macros.el
@@ -3,6 +3,15 @@
;;; Commentary:
;;
+;; Layer: 2 (Core UX).
+;; Category: C/L.
+;; Load shape: eager.
+;; Eager reason: lightweight keyboard-macro commands; eager only by init order.
+;; A deferral candidate (autoload commands) for Phase 4.
+;; Top-level side effects: none.
+;; Runtime requires: subr-x, user-constants.
+;; Direct test load: yes.
+;;
;; This library provides a simple, end-user–focused interface for
;; creating, naming, saving, and replaying keyboard macros in Emacs.
;; All commands are built on top of the built-in =kmacro= machinery, but