emacs-emojify

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

commit f32fd34b6438921bae5cc2c8bb1460a2f2eaae74
parent d6df3f72f237cdf35936cdf25cf9dd97900172f8
Author: Iqbal Ansari <iqbalansari02@yahoo.com>
Date:   Tue, 28 Mar 2017 13:16:24 +0530

Make sure emoji data is created before listing emojis

Diffstat:
Memojify.el | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/emojify.el b/emojify.el @@ -1840,6 +1840,8 @@ See `tabulated-list-print-entry' to understand the arguments ID and COLS." (defun emojify-list-entries () "Return entries to display in tabulated list." + (emojify-create-emojify-emojis) + (let (entries count) (emojify-emojis-each (lambda (emoji data) (push (list emoji (vector (ht-get data "name")