Mu4e: ensure mu4e-compose-org-msg-handle-toggle

... is always defined
This commit is contained in:
TEC 2020-11-05 02:16:27 +08:00
parent d945987b93
commit 2023eca45a
No known key found for this signature in database
GPG key ID: 779591AFDB81F06C

View file

@ -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