emacs-emojify

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

commit cdf3f2a8020eb7c9f820eb51106562814a8e38e3
parent da19af680de171e4e80e82d47c15c8ae2230bbd2
Author: Iqbal Ansari <iqbalansari02@yahoo.com>
Date:   Sat, 31 Oct 2015 14:13:47 +0530

Update Cask to include emoji.json

Diffstat:
MCask | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Cask b/Cask @@ -2,7 +2,7 @@ (source melpa) (package-file "emojify.el") -(files "*.el" ("images" "images/*")) +(files "*.el" "emoji.json" ("images" "images/*")) (development (depends-on "f")