aboutsummaryrefslogtreecommitdiff
path: root/modules/quick-video-capture.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
commit5886697b1485f00133065e8dd1e809fe854cd773 (patch)
tree5f2bb7b88268b405685a0b7bd6ff41d831e691ca /modules/quick-video-capture.el
parent79d9e1b58cd3cdb78b5347b72ed8e96f383cbc25 (diff)
downloaddotemacs-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/quick-video-capture.el')
-rw-r--r--modules/quick-video-capture.el11
1 files changed, 10 insertions, 1 deletions
diff --git a/modules/quick-video-capture.el b/modules/quick-video-capture.el
index a14fefabf..05d569b13 100644
--- a/modules/quick-video-capture.el
+++ b/modules/quick-video-capture.el
@@ -1,7 +1,16 @@
;;; quick-video-capture.el --- Video Capturing with Org Capture -*- coding: utf-8; lexical-binding: t; -*-
;;; Commentary:
-
+;;
+;; Layer: 4 (Optional).
+;; Category: O/D/S.
+;; Load shape: eager.
+;; Eager reason: none; runs via org-protocol/command, a protocol/command-loaded
+;; deferral candidate. (Startup timers were already removed.)
+;; Top-level side effects: org-protocol handler registration.
+;; Runtime requires: system-lib.
+;; Direct test load: yes.
+;;
;; This package provides a seamless "fire-and-forget" workflow for downloading
;; videos from the browser to your local system using yt-dlp and task-spooler.
;;