commit f2edcba0f6b19717e38a3e96adc8adc262f3b5a5
parent 38ae28d95b58e9fb86a3495a2dda3e5de254c4fc
Author: Iqbal Ansari <iqbalansari02@yahoo.com>
Date: Fri, 21 Dec 2018 03:50:29 +0000
Merge pull request #46 from vincentbernat/fix/hidpi
Do not scale created images
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/emojify.el b/emojify.el
@@ -965,6 +965,7 @@ other different display constructs, for now this works."
(face-background 'mode-line nil 'default))
(t (emojify--get-image-background beg end)))
;; no-op if imagemagick is not available
+ :scale 1
:height (cond ((bufferp target)
(with-current-buffer target
(emojify-default-font-height)))