diff options
Diffstat (limited to 'modules/org-webclipper.el')
| -rw-r--r-- | modules/org-webclipper.el | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/modules/org-webclipper.el b/modules/org-webclipper.el index 2a6d71647..9c2f10617 100644 --- a/modules/org-webclipper.el +++ b/modules/org-webclipper.el @@ -2,6 +2,15 @@ ;;; Commentary: ;; +;; Layer: 4 (Optional). +;; Category: O/D/P. +;; Load shape: eager. +;; Eager reason: none; web clipping runs via org-protocol/command, a Phase 4 +;; protocol/command-loaded deferral candidate. +;; Top-level side effects: org-protocol handler registration via use-package. +;; Runtime requires: none (configures packages via use-package). +;; Direct test load: yes. +;; ;; This package provides a seamless "fire-and-forget" workflow for clipping ;; web pages from the browser directly into an Org file using org-protocol ;; and org-web-tools. |
