emacs-emojify

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

commit d681c97f920e07ade91483a1b3e1506e1d554a80
parent 4c84ef9502988b52b1e296630bcee7f7c62cfc02
Author: Jen-Chieh <jcs090218@gmail.com>
Date:   Fri,  6 Mar 2020 10:52:15 +0800

Add space between ? and (

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

diff --git a/emojify.el b/emojify.el @@ -1463,7 +1463,7 @@ do not prompt the user to download emojis multiple times." ;; Skip the prompt if we are in noninteractive mode or the user has already ;; denied us permission to download once (unless (or noninteractive emojify--refused-image-download-p) - (let ((download-confirmed-p (yes-or-no-p "[emojify] Emoji images not available should I download them now?"))) + (let ((download-confirmed-p (yes-or-no-p "[emojify] Emoji images not available should I download them now? "))) (setq emojify--refused-image-download-p (not download-confirmed-p)) download-confirmed-p))))