mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
Mu4e: correct reference to renamed variable
This commit is contained in:
@ -263,7 +263,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 imagemagik to find its width."
|
||||||
(if org-msg-currently-exporting
|
(if +org-msg-currently-exporting
|
||||||
(list :width
|
(list :width
|
||||||
(format "%.1fpx"
|
(format "%.1fpx"
|
||||||
(/ (string-to-number
|
(/ (string-to-number
|
||||||
|
Reference in New Issue
Block a user