aboutsummaryrefslogtreecommitdiff
path: root/modules/mu4e-org-contacts-setup.el
Commit message (Collapse)AuthorAgeFilesLines
* chore(modules): pass validate-modules in batch by adding requiresCraig Jennings2026-05-071-5/+6
| | | | | | | | `make validate-modules` had 19 module-load failures, all the same shape: a module references a symbol or feature owned by another module without saying so. Production was fine because init.el orders requires correctly. The batch target loads each module in isolation, though, and surfaces the gap. I added explicit `(require 'keybindings)` or `(require 'user-constants)` to each affected module. The requires are idempotent at runtime, so production load order is unchanged. For three optional packages (elpa-mirror, mu4e, org-contacts), I switched to `(require 'X nil t)` so the modules load cleanly when those packages aren't installed. The activation calls become no-ops in that case. `make validate-modules` now reports 0 failures.
* changing repositoriesCraig Jennings2025-10-121-0/+24