emacs-emojify

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

commit df5f531d2932f2d0324b84f554d3b8c6bc65a302
parent 7d15554a946b0ce701b993285f2be4ef839e1e4f
Author: Iqbal Ansari <iqbal.ansari@ignitesol.com>
Date:   Mon,  2 Nov 2015 18:51:48 +0530

Fix definition global minor mode

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

diff --git a/emojify.el b/emojify.el @@ -615,7 +615,7 @@ of `after-change-functions' to understand the meaning of BEG, END and LEN." ;; While this is convenient it is not really what we want (define-globalized-minor-mode global-emojify-mode - emojify-mode emojify-turn-on-emojify-mode + emojify-mode emojify-mode :init-value nil) (provide 'emojify)