emacs-emojify

fork of https://github.com/iqbalansari/emacs-emojify
Log | Files | Refs | LICENSE

commit eb4212fd0a5e5c82d21a6018ee1faabc0203757f
parent b94548cbc72ec27c3379179f5b593bb07fa35a2a
Author: Iqbal Ansari <iqbalansari02@yahoo.com>
Date:   Tue,  5 Jan 2016 23:40:22 +0530

Include unresized emoji one images in available emoji-sets

Diffstat:
Mdata/emoji-sets.json | 10++++++++--
1 file changed, 8 insertions(+), 2 deletions(-)

diff --git a/data/emoji-sets.json b/data/emoji-sets.json @@ -2,7 +2,13 @@ "emojione-v2-22" : { "description" : "Emojis provided by Emoji One (version 2), resized to 22px", "website" : "http://emojione.com", - "url" : "https://github.com/iqbalansari/emacs-emojify/blob/26d3fadc57f27f008c1ac183b4aa36e4f252d291/emojione-v2-22.tar?raw=true", - "sha256" : "bfc26bc7ac5a46cd36c478ec549db784bc416f6dcc8e512937590b451497c775" + "url" : "https://github.com/iqbalansari/emacs-emojify/blob/a81cfd11cdd0eb5b6840d2a7fe95a9505195c1a3/emojione-v2-22.tar?raw=true", + "sha256" : "adbe3cf2c776fe7daf375d8e8dbd4c40567a1dbb753dce1d05e61a2f815572d3" + }, + "emojione-v2" : { + "description" : "Emojis provided by Emoji One (version 2)", + "website" : "http://emojione.com", + "url" : "https://github.com/iqbalansari/emacs-emojify/blob/a81cfd11cdd0eb5b6840d2a7fe95a9505195c1a3/emojione-v2.tar?raw=true", + "sha256" : "46c5a600a148897da22d42d36f42ad764868568943e96917c33e0fe44113afef" } }