aboutsummaryrefslogtreecommitdiff
path: root/modules/org-webclipper.el
diff options
context:
space:
mode:
authorCraig Jennings <c@cjennings.net>2026-06-28 04:00:48 -0400
committerCraig Jennings <c@cjennings.net>2026-06-28 04:00:48 -0400
commit0e8092e335879e44209ad5a16dd170f3331d938c (patch)
treee4f5f9a856da3f9358f5b326673ace5b29bfb52b /modules/org-webclipper.el
parent0dca0141200ce14cba5e9e65d7291ef5144c8cfd (diff)
downloaddotemacs-0e8092e335879e44209ad5a16dd170f3331d938c.tar.gz
dotemacs-0e8092e335879e44209ad5a16dd170f3331d938c.zip
docs: normalize generated-file headers and prune obvious comments
The theme-studio and browser-choice generators now stamp their output with a header that names the authoritative source and says to regenerate rather than hand-edit. I regenerated both files to match. I also deleted six obvious "describe the next form" comments, replaced two stale placeholders in titlecase.el and an incomplete FIXME in org-checklist.el with real rationale, and condensed early-init's header and Commentary.
Diffstat (limited to 'modules/org-webclipper.el')
-rw-r--r--modules/org-webclipper.el1
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/org-webclipper.el b/modules/org-webclipper.el
index a51350f51..40ceada76 100644
--- a/modules/org-webclipper.el
+++ b/modules/org-webclipper.el
@@ -52,7 +52,6 @@ See `cj/--webclip-url' for the binding contract.")
(defun cj/webclipper-ensure-initialized ()
"Ensure webclipper is initialized when first used."
(unless cj/webclipper-initialized
- ;; Load required packages now
(require 'org-protocol)
(require 'org-capture)
(require 'org-web-tools)