emacs-emojify

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

commit a93f3d424a2ca07d81debbb024053d0e207e999a
parent 56f1dd3c2ef4206deb6383da041137901f3762e1
Author: Iqbal Ansari <iqbalansari02@yahoo.com>
Date:   Sat, 17 Jun 2017 21:54:32 +0530

Emojify company-mode tooltips by default

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

diff --git a/emojify.el b/emojify.el @@ -466,7 +466,7 @@ buffer where emojis are going to be displayed selected." :type 'boolean :group 'emojify) -(defcustom emojify-company-tooltips-p nil +(defcustom emojify-company-tooltips-p t "Should company mode tooltips be emojified." :type 'boolean :group 'emojify)