From d5628bd9fe3b1972fa2706b14d4ed99e39efe14f Mon Sep 17 00:00:00 2001 From: Lucien Cartier-Tilet Date: Sun, 28 Nov 2021 23:01:48 +0100 Subject: [PATCH] [Emacs] document org-msg, force evil-collection-mu4e-setup --- org/config/emacs.org | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/org/config/emacs.org b/org/config/emacs.org index 6c1f626..873cae0 100644 --- a/org/config/emacs.org +++ b/org/config/emacs.org @@ -1429,6 +1429,8 @@ configuration for the ~mu4e~ package itself. <> :config + (evil-collection-mu4e-setup) + <> <> <> @@ -1975,6 +1977,9 @@ the major-mode leader and call a simple function. :PROPERTIES: :CUSTOM_ID: Packages-Configuration-Applications-Email-Composing-messagesth71fl6184j0 :END: +Org mime is cool and all, you can write some org-mode and then export +it so you can send an HTML email. BUT, have you considered skipping +the export part and write your emails directly in org-mode? #+begin_src emacs-lisp (use-package org-msg :after (org mu4e)