emacs-emojify

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

commit 3d554b9992f16cb65dcf88aef6c51cac031e3179
parent 9cf7d9f1618f4efc23651e15120f3feb7f9107af
Author: Iqbal Ansari <iqbalansari02@yahoo.com>
Date:   Tue,  6 Sep 2016 23:45:37 +0530

Disable prettify-symbols integration by default for now

Diffstat:
Memojify.el | 2+-
Mtest/emojify-test.el | 2++
2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/emojify.el b/emojify.el @@ -348,7 +348,7 @@ STYLES is the styles emoji styles that should be used, see `emojify-emoji-styles (run-hooks 'emojify-emoji-style-change-hook)) (defcustom emojify-emoji-styles - '(ascii unicode github prettify-symbol) + '(ascii unicode github) "The type of emojis that should be displayed. These can have one of the following values diff --git a/test/emojify-test.el b/test/emojify-test.el @@ -545,6 +545,7 @@ except: yield 3 return 4 " + (emojify-set-emoji-styles '(ascii unicode github prettify-symbol)) (python-mode) (setq prettify-symbols-alist '(("return" . ?↪) @@ -585,6 +586,7 @@ except: yield 3 return 4 " + (emojify-set-emoji-styles '(ascii unicode github prettify-symbol)) (python-mode) (setq prettify-symbols-alist '(("return" . ?↪)