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 | d77ca62799d57d0183e1acac69d0d13afdd6b7a6 (patch) | |
| tree | 57ff5def58a6e890fcce313f3e0a801b2b45f847 /modules/auth-config.el | |
| parent | a949b9eebf33a32760192327465e51b7d1a61bd6 (diff) | |
| download | dotemacs-d77ca62799d57d0183e1acac69d0d13afdd6b7a6.tar.gz dotemacs-d77ca62799d57d0183e1acac69d0d13afdd6b7a6.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/auth-config.el')
| -rw-r--r-- | modules/auth-config.el | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/modules/auth-config.el b/modules/auth-config.el index 02fc7858..7f729f02 100644 --- a/modules/auth-config.el +++ b/modules/auth-config.el @@ -3,6 +3,15 @@ ;;; Commentary: ;; +;; Layer: 1 (Foundation). +;; Category: F/D. +;; Load shape: eager. +;; Eager reason: auth-source and GPG/epa setup that other modules rely on for +;; credentials early in the session. +;; Top-level side effects: auth-source/epa configuration via use-package and setq. +;; Runtime requires: system-lib, user-constants. +;; Direct test load: yes (configuration only). +;; ;; Configuration for Emacs authentication and GPG integration: ;; • auth-source |
