emacs-emojify

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

commit 802b642d1e1b0c160082ac613f5b467c85e7667b
parent a59e6eb4cc18596ea38d3ccfd79a0deba4ad7deb
Author: Iqbal Ansari <iqbalansari02@yahoo.com>
Date:   Tue, 28 Mar 2017 13:21:52 +0530

Fix position of sit-for in display loop

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

diff --git a/emojify.el b/emojify.el @@ -1084,9 +1084,9 @@ should not be a problem 🤞." (emojify-looking-at-end-of-list-maybe match-end)))) (not (run-hook-with-args-until-success 'emojify-inhibit-functions match match-beginning match-end))) - (emojify--propertize-text-for-emoji emoji match buffer match-beginning match-end)))) - ;; Stop a bit to let `with-timeout' kick in - (sit-for 0 t))) + (emojify--propertize-text-for-emoji emoji match buffer match-beginning match-end))) + ;; Stop a bit to let `with-timeout' kick in + (sit-for 0 t)))) ;; Loop to emojify composed text (when (and emojify-composed-text-p