aboutsummaryrefslogtreecommitdiff
path: root/modules/mu4e-org-contacts-setup.el
diff options
context:
space:
mode:
authorCraig Jennings <c@cjennings.net>2026-06-24 09:59:25 -0400
committerCraig Jennings <c@cjennings.net>2026-06-24 09:59:25 -0400
commit2f4f73f4a9cd6729e73ec2bea9dde0f066ce24f7 (patch)
tree76462917bf9b2cde001d66727773f3ea12912fbb /modules/mu4e-org-contacts-setup.el
parent6e667d18d7295b5fddaced070dece798212ce2fd (diff)
downloaddotemacs-2f4f73f4a9cd6729e73ec2bea9dde0f066ce24f7.tar.gz
dotemacs-2f4f73f4a9cd6729e73ec2bea9dde0f066ce24f7.zip
chore(elisp): clear byte-compile warnings (18 more modules)
Add declare-function/defvar declarations for lazily-loaded package symbols, reflow over-long docstrings, swap pdf-view-*-command interactive-only calls for their non-interactive twins, fix a malformed with-demoted-errors in ledger-config (the clean-buffer body was being read as the format string), and rename the unprefixed global wwwdir to cj/httpd-wwwdir (no external refs). No behavior change. Claude-Session: https://claude.ai/code/session_01BqrdWUo9GcznYX2pZr76gZ
Diffstat (limited to 'modules/mu4e-org-contacts-setup.el')
-rw-r--r--modules/mu4e-org-contacts-setup.el4
1 files changed, 4 insertions, 0 deletions
diff --git a/modules/mu4e-org-contacts-setup.el b/modules/mu4e-org-contacts-setup.el
index 034e74574..64e9a611f 100644
--- a/modules/mu4e-org-contacts-setup.el
+++ b/modules/mu4e-org-contacts-setup.el
@@ -7,6 +7,10 @@
;;; Code:
+(defvar mu4e-compose-complete-only-personal)
+(defvar mu4e-compose-complete-only-after)
+(declare-function cj/activate-mu4e-org-contacts-integration "mu4e-org-contacts-integration")
+
;; Load the integration module. Activation only runs when the module loaded
;; cleanly AND mu4e is present; otherwise this file is a no-op so the rest
;; of the config can load without mu4e installed.