[Emacs] Fix org-msg loading

Fix https://github.com/jeremy-compostella/org-msg/issues/153 on my
side
This commit is contained in:
2022-07-06 12:55:15 +02:00
parent a494188cfa
commit b4be7962fd

View File

@@ -2261,7 +2261,7 @@ 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)
:after (mu4e)
:straight (:build t)
:hook ((mu4e-compose-pre . org-msg-mode))
:custom-face