From e47a83c0233af70d4346df7939254c8aa78dd5a7 Mon Sep 17 00:00:00 2001 From: Gergely Polonkai Date: Tue, 23 Nov 2021 09:54:34 +0100 Subject: [PATCH] Attempt to fix org-msg by not soading it until mu4e loads --- configuration.org | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/configuration.org b/configuration.org index c0f8f20..ab62384 100644 --- a/configuration.org +++ b/configuration.org @@ -3100,10 +3100,12 @@ This is a big one; I use a lot of customisation here. #+BEGIN_SRC emacs-lisp (use-package org-msg + :after mu4e + :defer t :config (org-msg-mode) :custom - (org-msg-supported-mua '((sendmail-user-agent . "mu4e"))) + (org-msg-supported-mua '((sendmail-user-agent . "mu4e"))) (org-msg-options "html-postamble:nil H:5 num:nil ^:{} toc:nil") (org-msg-startup "hidestars indent inlineimages") (org-msg-greeting-fmt "\nHello,\n\n")