mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Mu4e: ensure mu4e-compose-org-msg-handle-toggle
... is always defined
This commit is contained in:
@ -219,7 +219,11 @@
|
||||
(after! mu4e
|
||||
(defun org-msg-mode (&optional _)
|
||||
"Dummy function."
|
||||
(message "Enable the +org mu4e flag to use org-msg-mode."))))
|
||||
(message "Enable the +org mu4e flag to use org-msg-mode."))
|
||||
(defun mu4e-compose-org-msg-handle-toggle (&rest _)
|
||||
"Placeholder to allow for the assumtion that this function is defined.
|
||||
Ignores all arguments and returns nil."
|
||||
nil)))
|
||||
|
||||
(use-package! org-msg
|
||||
:after mu4e
|
||||
|
Reference in New Issue
Block a user