[Emacs] Fix org-msg loading

Fix https://github.com/jeremy-compostella/org-msg/issues/153 on my
side
This commit is contained in:
Lucien Cartier-Tilet 2022-07-06 12:55:15 +02:00
parent a494188cfa
commit b4be7962fd
Signed by: phundrak
GPG Key ID: BD7789E705CB8DCA
1 changed files with 1 additions and 1 deletions

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