commit 55b2e9ac9ec5aa24eb2f7cc5cf2ce1d85dbc7ac3
parent d2e04701fcf272349e65de89030afa3807efe140
Author: Iqbal Ansari <iqbal.ansari@ignitesol.com>
Date: Mon, 16 Nov 2015 16:42:47 +0530
Create images :heuristic-mask
This instructs Emacs to calculate the image background as per current face
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/emojify.el b/emojify.el
@@ -493,6 +493,7 @@ mark the start and end of region containing the text."
'imagemagick)
nil
:ascent 'center
+ :heuristic-mask t
;; no-op if imagemagick is not available
:height (emojify-default-font-height)))))