diff options
| author | Craig Jennings <c@cjennings.net> | 2026-06-28 03:39:46 -0400 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2026-06-28 03:39:46 -0400 |
| commit | f3baaffa5126ece216f698f5296288208c22c64b (patch) | |
| tree | ef0bac7da88de1e10cd457f71e5dcb3188052546 /modules/mu4e-org-contacts-setup.el | |
| parent | 6aabef6f1d7b0acc6ee8c12e8faeb57e0b62128d (diff) | |
| download | dotemacs-f3baaffa5126ece216f698f5296288208c22c64b.tar.gz dotemacs-f3baaffa5126ece216f698f5296288208c22c64b.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 'modules/mu4e-org-contacts-setup.el')
| -rw-r--r-- | modules/mu4e-org-contacts-setup.el | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/modules/mu4e-org-contacts-setup.el b/modules/mu4e-org-contacts-setup.el index 64e9a611..bfb9b1f2 100644 --- a/modules/mu4e-org-contacts-setup.el +++ b/modules/mu4e-org-contacts-setup.el @@ -2,8 +2,10 @@ ;; author: Craig Jennings <c@cjennings.net> ;;; Commentary: -;; Simple setup file to enable org-contacts integration with mu4e. -;; Add this to your mail-config.el or load it after both mu4e and org-contacts. +;; +;; Thin activation wrapper for mu4e-org-contacts-integration. If mu4e is loaded, +;; enable org-contacts completion and disable mu4e's internal contact collector +;; so completion has one source of truth. ;;; Code: |
