emacs-emojify

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

commit 3fa5d4daa1e5ae1f85d0f49d2c92059e2a2027dc
parent cf4f7a4a141691cb269b78d8873513d28b039580
Author: Muneeb Shaikh <muneeb@reversehack.in>
Date:   Sun, 15 Nov 2015 11:15:50 +0530

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-")