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 | 700ee44ff3b0fe44bd4317599f421a812068e01d (patch) | |
| tree | 159316f46ad203174b04567d0ccd7e3053f168fd /modules/mail-config.el | |
| parent | 25c2557e9c0f2b9249437644369a85d78ef73508 (diff) | |
| download | dotemacs-700ee44ff3b0fe44bd4317599f421a812068e01d.tar.gz dotemacs-700ee44ff3b0fe44bd4317599f421a812068e01d.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/mail-config.el')
| -rw-r--r-- | modules/mail-config.el | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/modules/mail-config.el b/modules/mail-config.el index 7e8773e3..5050d761 100644 --- a/modules/mail-config.el +++ b/modules/mail-config.el @@ -2,6 +2,19 @@ ;; author Craig Jennings <c@cjennings.net> ;; ;;; Commentary: +;; +;; Layer: 3 (Domain Workflow). +;; Category: D/P. +;; Load shape: eager. +;; Eager reason: daily mail; registers cj/email-map. mu4e/org-msg are heavy, so a +;; command-loaded deferral candidate for Phase 5. +;; Top-level side effects: registers cj/email-map under cj/custom-keymap, one +;; add-hook, two advice-add, one global key, package config. +;; Runtime requires: user-constants, system-lib, mu4e-attachments. keybindings +;; is needed for the C-; e registration but is not required, so the module +;; errors standalone. Phase 2 fix. +;; Direct test load: conditional (needs cj/custom-keymap from keybindings). +;; ;; I found Aime Bertrand's blog post to be an excellent walkthrough of how to ;; setup a Mu4e config. ;; |
