diff options
| author | Craig Jennings <c@cjennings.net> | 2026-05-24 17:01:40 -0500 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2026-05-24 17:01:40 -0500 |
| commit | 5886697b1485f00133065e8dd1e809fe854cd773 (patch) | |
| tree | 5f2bb7b88268b405685a0b7bd6ff41d831e691ca /modules/system-commands.el | |
| parent | 79d9e1b58cd3cdb78b5347b72ed8e96f383cbc25 (diff) | |
| download | dotemacs-5886697b1485f00133065e8dd1e809fe854cd773.tar.gz dotemacs-5886697b1485f00133065e8dd1e809fe854cd773.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/system-commands.el')
| -rw-r--r-- | modules/system-commands.el | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/modules/system-commands.el b/modules/system-commands.el index afb597470..9aa8b3e1e 100644 --- a/modules/system-commands.el +++ b/modules/system-commands.el @@ -3,6 +3,15 @@ ;; ;;; Commentary: ;; +;; Layer: 3 (Domain Workflow). +;; Category: D/S. +;; Load shape: eager. +;; Eager reason: registers the C-; ! system-command keymap; high-impact commands +;; that should run only by command (command-loaded target). +;; Top-level side effects: defines a system-command keymap under cj/custom-keymap. +;; Runtime requires: keybindings, rx. +;; Direct test load: yes (requires keybindings explicitly). +;; ;; System commands for logout, lock, suspend, shutdown, reboot, and Emacs ;; exit/restart. Provides both a keymap (C-; !) and a completing-read menu. ;; |
