diff options
Diffstat (limited to 'modules/org-capture-config.el')
| -rw-r--r-- | modules/org-capture-config.el | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/modules/org-capture-config.el b/modules/org-capture-config.el index 39cafe03..43b42b5e 100644 --- a/modules/org-capture-config.el +++ b/modules/org-capture-config.el @@ -2,6 +2,17 @@ ;; author: Craig Jennings <c@cjennings.net> ;;; Commentary: +;; +;; Layer: 3 (Domain Workflow). +;; Category: D/P. +;; Load shape: eager. +;; Eager reason: capture is a daily hot path; org-protocol capture handlers must +;; be registered for external capture to work. +;; Top-level side effects: capture templates and org-protocol handlers via +;; use-package. +;; Runtime requires: none (configures packages via use-package). +;; Direct test load: yes. +;; ;; Customizations related to org-capture and org-refile. ;; Includes capture templates for tasks, links, PDFs, EPUBs, emails, and drill questions. |
