diff options
| author | Craig Jennings <c@cjennings.net> | 2026-06-28 04:00:48 -0400 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2026-06-28 04:00:48 -0400 |
| commit | 0e8092e335879e44209ad5a16dd170f3331d938c (patch) | |
| tree | e4f5f9a856da3f9358f5b326673ace5b29bfb52b /themes | |
| parent | 0dca0141200ce14cba5e9e65d7291ef5144c8cfd (diff) | |
| download | dotemacs-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 'themes')
| -rw-r--r-- | themes/WIP-theme.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/WIP-theme.el b/themes/WIP-theme.el index 93184fe40..843537d20 100644 --- a/themes/WIP-theme.el +++ b/themes/WIP-theme.el @@ -2,7 +2,7 @@ ;;; Commentary: ;; Generated from WIP.json by scripts/theme-studio/build-theme.el. -;; Do not hand-edit; re-run the converter. +;; Treat the JSON as authoritative; regenerate instead of hand-editing this file. ;;; Code: |
