Fix typo found in commit ab4877f218

This commit is contained in:
Hanshen Wang 2020-09-15 01:01:50 -04:00 committed by Maximilian Wolff
parent 64900229a1
commit f75ac7a239
1 changed files with 1 additions and 1 deletions

View File

@ -153,7 +153,7 @@ mu4e-use-maildirs-extension-load to be evaluated after mu4e has been loaded."
(defun mu4e/pre-init-org ()
(if mu4e-org-link-support
(with-eval-after-load 'org
(require 'mu4e-org)
(require 'org-mu4e)
;; We require mu4e due to an existing bug https://github.com/djcb/mu/issues/1829
;; Note that this bug prevents lazy-loading.
(require 'mu4e-meta)