emacs-emojify

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

commit 0dff16262e728827aaf88eda653a471000d154a5
parent cf4f7a4a141691cb269b78d8873513d28b039580
Author: Iqbal Ansari <iqbalansari02@yahoo.com>
Date:   Sun, 15 Nov 2015 14:48:04 +0530

Merge pull request #3 from nixmaniack/fix-typo

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

diff --git a/emojify.el b/emojify.el @@ -83,7 +83,7 @@ This provides a compatibility version for previous versions." ;; Customizations for control how emojis are displayed (defgroup emojify nil - "Customization options for mu4e-alert" + "Customization options for emojify" :group 'display :prefix "emojify-")