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 | c74396ff79d527fcc61b894f4434725a07c5a2e9 (patch) | |
| tree | a3cb604850fcf3b98ad8f0955536bfbd8d8385ce /modules/calibredb-epub-config.el | |
| parent | 0ee61aba411e2abeee676ca802206cfc1676e04f (diff) | |
| download | dotemacs-c74396ff79d527fcc61b894f4434725a07c5a2e9.tar.gz dotemacs-c74396ff79d527fcc61b894f4434725a07c5a2e9.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/calibredb-epub-config.el')
| -rw-r--r-- | modules/calibredb-epub-config.el | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/calibredb-epub-config.el b/modules/calibredb-epub-config.el index cd8101db1..10a78942c 100644 --- a/modules/calibredb-epub-config.el +++ b/modules/calibredb-epub-config.el @@ -178,7 +178,6 @@ Adjust it live with `cj/nov-widen-text' and `cj/nov-narrow-text'.") (if (and buffer-file-name (string-match-p "\\.epub\\'" buffer-file-name)) (progn - ;; Load nov if not already loaded (unless (featurep 'nov) (require 'nov nil t)) ;; Call nov-mode if available, otherwise fallback to default behavior |
