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 | f84bba186dca1543f9c5f02c03af355188b6e87c (patch) | |
| tree | 5f5e8e57ae1eac99ea489a44435eb6e1e86cbc79 /modules/weather-config.el | |
| parent | cad351ec00c3f78cfb6e203d87c7309a620e485c (diff) | |
| download | dotemacs-f84bba186dca1543f9c5f02c03af355188b6e87c.tar.gz dotemacs-f84bba186dca1543f9c5f02c03af355188b6e87c.zip | |
docs(load-graph): classify remaining domain and optional modulesload-graph-classify-end
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/weather-config.el')
| -rw-r--r-- | modules/weather-config.el | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/modules/weather-config.el b/modules/weather-config.el index efcc7393..93b0a614 100644 --- a/modules/weather-config.el +++ b/modules/weather-config.el @@ -2,6 +2,15 @@ ;; author: Craig Jennings <c@cjennings.net> ;;; Commentary: ;; +;; Layer: 4 (Optional). +;; Category: O/D/P. +;; Load shape: eager. +;; Eager reason: none; optional weather command, a command-loaded deferral +;; candidate. Degrades cleanly when wttrin is absent. +;; Top-level side effects: package configuration via use-package. +;; Runtime requires: none (configures packages via use-package). +;; Direct test load: yes. +;; ;; Call M-W to open wttrin with your preferred location list immediately. ;; Adjust the city list by editing `wttrin-default-locations` or answering wttrin prompts when asked. ;; Forecasts arrive in an Emacs buffer, so you can stay keyboard-only while checking weather. |
