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 | c12da2adf567a1a3df570b00a9b46579f5c257ba (patch) | |
| tree | a2d4a02fc34dc9d06575c47a455b5fd3bace004a /custom/org-checklist.el | |
| parent | cb4d0381c37244275fef15c8a35dccf9b9bcac68 (diff) | |
| download | dotemacs-c12da2adf567a1a3df570b00a9b46579f5c257ba.tar.gz dotemacs-c12da2adf567a1a3df570b00a9b46579f5c257ba.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 'custom/org-checklist.el')
| -rw-r--r-- | custom/org-checklist.el | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/custom/org-checklist.el b/custom/org-checklist.el index e7d9b4682..170f449e6 100644 --- a/custom/org-checklist.el +++ b/custom/org-checklist.el @@ -47,9 +47,8 @@ ;;; Code: (require 'org) (defvar org-state) -;; FIXME: This library requires -;; https://git.savannah.gnu.org/cgit/a2ps.git/tree/contrib/emacs/a2ps-print.el file -;; It is a part of a2ps distribution. +;; Optional print support: a2ps-print.el ships with a2ps. Without it, checklist +;; reset/export still works, but print commands that call a2ps-buffer are absent. (load "a2ps-print" 'no-error) (defvar a2ps-switches) (declare-function a2ps-buffer "a2ps-print" (argp)) |
