Mu4e: Fix typos
This commit is contained in:
parent
2fd89a7eca
commit
ffaed9f5d7
3 changed files with 3 additions and 4 deletions
|
@ -36,7 +36,7 @@ clicked."
|
||||||
|
|
||||||
;;;###autoload
|
;;;###autoload
|
||||||
(defun +org-msg-img-scale-css (img-uri)
|
(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
|
(if +org-msg-currently-exporting
|
||||||
(when (and (not IS-WINDOWS)) ; relies on posix path
|
(when (and (not IS-WINDOWS)) ; relies on posix path
|
||||||
(let ((with-call (and (executable-find "identify")
|
(let ((with-call (and (executable-find "identify")
|
||||||
|
|
|
@ -313,8 +313,7 @@ When otherwise called, open a dired buffer and enable `dired-mu4e-attach-ctrl-c-
|
||||||
(push (buffer-name buffer) buffers))))
|
(push (buffer-name buffer) buffers))))
|
||||||
(nreverse buffers)))
|
(nreverse buffers)))
|
||||||
|
|
||||||
;;
|
;;; Hooks
|
||||||
;; Hooks
|
|
||||||
|
|
||||||
(defun +mu4e-init-h ()
|
(defun +mu4e-init-h ()
|
||||||
(add-hook 'kill-buffer-hook #'+mu4e-kill-mu4e-h nil t))
|
(add-hook 'kill-buffer-hook #'+mu4e-kill-mu4e-h nil t))
|
||||||
|
|
|
@ -11,5 +11,5 @@ You may not have a way of fetching mail."))
|
||||||
(when (and (featurep! +org)
|
(when (and (featurep! +org)
|
||||||
(not IS-WINDOWS))
|
(not IS-WINDOWS))
|
||||||
(unless (executable-find "identify")
|
(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.")))
|
LaTeX fragment re-scaling with org-msg will not work.")))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue