mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Mu4e: Add stub org-msg-mode in case called by func
This commit is contained in:
@ -215,6 +215,12 @@
|
||||
(advice-add 'mu4e~start :around #'+mu4e-lock-start)
|
||||
(advice-add 'mu4e-quit :after #'+mu4e-lock-file-delete-maybe))
|
||||
|
||||
(unless (featurep! +org)
|
||||
(after! mu4e
|
||||
(defun org-msg-mode (&optional _)
|
||||
"Dummy function."
|
||||
(message "Enable the +org mu4e flag to use org-msg-mode."))))
|
||||
|
||||
(use-package! org-msg
|
||||
:after mu4e
|
||||
:when (featurep! +org)
|
||||
|
Reference in New Issue
Block a user