diff --git a/modules/email/mu4e/autoload/advice.el b/modules/email/mu4e/autoload/advice.el index d4474e0e8..b38bffc59 100644 --- a/modules/email/mu4e/autoload/advice.el +++ b/modules/email/mu4e/autoload/advice.el @@ -36,7 +36,7 @@ clicked." ;;;###autoload (defun +org-msg-img-scale-css (img-uri) - "For a given IMG-URI, use imagemagik to find its width." + "For a given IMG-URI, use imagemagick to find its width." (if +org-msg-currently-exporting (when (and (not IS-WINDOWS)) ; relies on posix path (let ((with-call (and (executable-find "identify") diff --git a/modules/email/mu4e/autoload/email.el b/modules/email/mu4e/autoload/email.el index 5fc63f372..7d93492a0 100644 --- a/modules/email/mu4e/autoload/email.el +++ b/modules/email/mu4e/autoload/email.el @@ -313,8 +313,7 @@ When otherwise called, open a dired buffer and enable `dired-mu4e-attach-ctrl-c- (push (buffer-name buffer) buffers)))) (nreverse buffers))) -;; -;; Hooks +;;; Hooks (defun +mu4e-init-h () (add-hook 'kill-buffer-hook #'+mu4e-kill-mu4e-h nil t)) diff --git a/modules/email/mu4e/doctor.el b/modules/email/mu4e/doctor.el index d4c71cb4e..a9a4a9586 100644 --- a/modules/email/mu4e/doctor.el +++ b/modules/email/mu4e/doctor.el @@ -11,5 +11,5 @@ You may not have a way of fetching mail.")) (when (and (featurep! +org) (not IS-WINDOWS)) (unless (executable-find "identify") - (warn! "Couldn't find the identify command from imagemagik. \ + (warn! "Couldn't find the identify command from imagemagick. \ LaTeX fragment re-scaling with org-msg will not work.")))