mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
Fix #4043: correctly load org-msg-mode for mu4e
This commit is contained in:
@ -106,7 +106,7 @@
|
||||
|
||||
|
||||
(use-package! org-msg
|
||||
:hook (org-load . org-msg-mode)
|
||||
:hook (mu4e-compose-pre . org-msg-mode)
|
||||
:config
|
||||
(setq org-msg-startup "inlineimages"
|
||||
org-msg-greeting-name-limit 3
|
||||
|
Reference in New Issue
Block a user