aboutsummaryrefslogtreecommitdiff
path: root/custom/utilities
diff options
context:
space:
mode:
authorCraig Jennings <c@cjennings.net>2026-06-28 03:39:46 -0400
committerCraig Jennings <c@cjennings.net>2026-06-28 03:39:46 -0400
commit5600947e3c07ecc4cba99eb2e97d9f902d41fd33 (patch)
tree0a422a82e8105b126de03f80fa0a0f3e14f86682 /custom/utilities
parent9b3438d21ecc1b0527ec4bd298a61a8b124ce1c6 (diff)
downloaddotemacs-5600947e3c07ecc4cba99eb2e97d9f902d41fd33.tar.gz
dotemacs-5600947e3c07ecc4cba99eb2e97d9f902d41fd33.zip
docs: condense module commentaries to the terse header contract
22 module headers carried long user-manual commentaries (quick-starts, keybinding matrices, setup walkthroughs) that belong in user docs, not source. Each now states the purpose, load contract, and entry points tersely. ai-term also drops its stale F9 keybinding references (the scheme is C-; a plus M-SPC now) and a header line claiming a vertical-split that's really host-aware.
Diffstat (limited to 'custom/utilities')
-rw-r--r--custom/utilities/vcf-conversion-helpers.el3
1 files changed, 3 insertions, 0 deletions
diff --git a/custom/utilities/vcf-conversion-helpers.el b/custom/utilities/vcf-conversion-helpers.el
index 334edc4e2..d336eac8e 100644
--- a/custom/utilities/vcf-conversion-helpers.el
+++ b/custom/utilities/vcf-conversion-helpers.el
@@ -2,6 +2,9 @@
;;; Commentary:
;;
+;; Helpers for converting exported VCF contacts into org-contacts data. The
+;; cleaner normalizes folded fields, birthdays, item-prefixed email/phone fields,
+;; and removes cards without useful identifying data before import.
;;; Code: