emacs-emojify

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

commit cfa00865388809363df3f884b4dd554a5d44f835
parent 4b96f37f315182f95d4ea9ff33a9b5af9f1b1620
Author: Jimmy Yuen Ho Wong <wyuenho@users.noreply.github.com>
Date:   Wed,  6 Jan 2021 05:35:54 +0000

Fix emojify-reveal-on-isearch defcustom type
Diffstat:
Memojify.el | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/emojify.el b/emojify.el @@ -667,7 +667,7 @@ Does nothing if the value is anything else." (defcustom emojify-reveal-on-isearch t "Should underlying emoji be displayed when point enters emoji while in isearch mode." - :type 'bool + :type 'boolean :group 'emojify) (defcustom emojify-show-help t