emacs-emojify

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

commit 67e3237e69a8fb3a713b15b77aa7d55928822395
parent ffdaed6df7a4cfa72a1cfd6fa791e08ee64b2759
Author: Iqbal Ansari <iqbalansari02@yahoo.com>
Date:   Thu,  1 Sep 2016 22:58:21 +0530

Set emojione-v2.2.6-22 as the default emoji set

Diffstat:
Memojify.el | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/emojify.el b/emojify.el @@ -212,7 +212,7 @@ visible in the selected window." ((locate-library "emojify") (file-name-directory (locate-library "emojify"))) (t default-directory)))))) -(defcustom emojify-emoji-set "emojione-v2-22" +(defcustom emojify-emoji-set "emojione-v2.2.6-22" "The emoji set used to display emojis." :type (append '(radio :tag "Emoji set") (mapcar (lambda (set) (list 'const set))