aboutsummaryrefslogtreecommitdiff
path: root/modules/wrap-up.el
diff options
context:
space:
mode:
authorCraig Jennings <c@cjennings.net>2026-05-24 17:01:40 -0500
committerCraig Jennings <c@cjennings.net>2026-05-24 17:01:40 -0500
commit144b3b9ee2c3154ef2aa45413ef3be230287f9bf (patch)
tree507018ff7b38e44f70838a74f14be2f37693b1ec /modules/wrap-up.el
parent4abed345e0d5a5ad47f59cf1bee238dafce48908 (diff)
downloaddotemacs-144b3b9ee2c3154ef2aa45413ef3be230287f9bf.tar.gz
dotemacs-144b3b9ee2c3154ef2aa45413ef3be230287f9bf.zip
docs(load-graph): classify remaining domain and optional modules
Final classification batch: the last 19 modules — linear-config, local-repository, lorem-optimum, mail-config, markdown-config, music-config, pdf-config, quick-video-capture, reconcile-open-repos, restclient-config, slack-config, system-commands, telega-config, tramp-config, transcription-config, video-audio-recording, vterm-config, weather-config, wrap-up. I annotated each header, added a Batch 9 table to the inventory, and extended the validation allowlist. 101 of 102 modules are now classified; only elfeed-config remains, deferred on its test fix. Two more hidden dependencies turned up. video-audio-recording uses the boundp shim for its C-; r binding, and mail-config registers C-; e directly without requiring keybindings, so it errors standalone rather than degrading. Both recorded for Phase 2.
Diffstat (limited to 'modules/wrap-up.el')
-rw-r--r--modules/wrap-up.el11
1 files changed, 10 insertions, 1 deletions
diff --git a/modules/wrap-up.el b/modules/wrap-up.el
index 93b747761..503d4a6b0 100644
--- a/modules/wrap-up.el
+++ b/modules/wrap-up.el
@@ -2,7 +2,16 @@
;; author Craig Jennings <c@cjennings.net>
;;; Commentary:
-
+;;
+;; Layer: 2 (Core UX).
+;; Category: S.
+;; Load shape: eager.
+;; Eager reason: runs end-of-startup cleanup, burying the scratch/dashboard
+;; buffers via a short startup timer.
+;; Top-level side effects: a one-shot startup timer that buries buffers.
+;; Runtime requires: system-lib.
+;; Direct test load: yes.
+;;
;;; Code:
(require 'system-lib)