Mu4e: ensure mu4e-compose-org-msg-handle-toggle
... is always defined
This commit is contained in:
parent
d945987b93
commit
2023eca45a
1 changed files with 5 additions and 1 deletions
|
@ -219,7 +219,11 @@
|
||||||
(after! mu4e
|
(after! mu4e
|
||||||
(defun org-msg-mode (&optional _)
|
(defun org-msg-mode (&optional _)
|
||||||
"Dummy function."
|
"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
|
(use-package! org-msg
|
||||||
:after mu4e
|
:after mu4e
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue