[Emacs] Fix org-msg loading
Fix https://github.com/jeremy-compostella/org-msg/issues/153 on my side
This commit is contained in:
parent
a494188cfa
commit
b4be7962fd
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user