emacs-emojify

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

commit ede9b5520983b59029a91b286db4a73de0a1b3ed
parent 903fe89cf5300df8b8978b68dfa8ed6e0c515fdd
Author: Iqbal Ansari <iqbalansari02@yahoo.com>
Date:   Wed, 11 Nov 2015 20:07:09 +0530

Merge pull request #1 from syohex/typo

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

diff --git a/emojify.el b/emojify.el @@ -113,7 +113,7 @@ Possible values are `unicode' - Display emojis using unicode characters, this works well on platforms with good emoji fonts. In this case the emoji text ':wink:' will be substituted with 😉. -`ascii' - Display emojis as ascii charcters, this is simplest and does not +`ascii' - Display emojis as ascii characters, this is simplest and does not require any external dependencies. In this cases emoji text like ':wink:' are substituted with ascii equivalents like ';)'" :type '(radio :tag "Emoji display style"