From c74396ff79d527fcc61b894f4434725a07c5a2e9 Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Sun, 28 Jun 2026 04:00:48 -0400 Subject: 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. --- modules/org-webclipper.el | 1 - 1 file changed, 1 deletion(-) (limited to 'modules/org-webclipper.el') 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) -- cgit v1.2.3