Fix #4043: correctly load org-msg-mode for mu4e
This commit is contained in:
parent
8afba81b02
commit
dbe09f9b43
1 changed files with 1 additions and 1 deletions
|
@ -106,7 +106,7 @@
|
||||||
|
|
||||||
|
|
||||||
(use-package! org-msg
|
(use-package! org-msg
|
||||||
:hook (org-load . org-msg-mode)
|
:hook (mu4e-compose-pre . org-msg-mode)
|
||||||
:config
|
:config
|
||||||
(setq org-msg-startup "inlineimages"
|
(setq org-msg-startup "inlineimages"
|
||||||
org-msg-greeting-name-limit 3
|
org-msg-greeting-name-limit 3
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue