emacs-emojify

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

commit 3009fb06e17fba5b5e4eacdce6390f58f864bac6
parent 0da9cd66d63ab7a0c7a482610b07b7288b68bad3
Author: Iqbal Ansari <iqbalansari02@yahoo.com>
Date:   Sun,  1 Nov 2015 23:14:33 +0530

Initial version of the README :) :writing-hand:

Diffstat:
AREADME.org | 15+++++++++++++++
Ascreenshots/emojify-in-action.png | 0
2 files changed, 15 insertions(+), 0 deletions(-)

diff --git a/README.org b/README.org @@ -0,0 +1,15 @@ +* Emojify + +** Table of contents :TOC_3_gh: + - [[#emojify][Emojify]] + - [[#what-is-this][What is this?]] + - [[#what-does-it-look-like][What does it look like?]] + +** What is this? + Emojify is an Emacs extension to display emojis. It can display github style + emojis like ':smile:' or plain ascii ones like ':)'. + +** What does it look like? + Here is how the commit log of this project looks with emojify mode enabled + + [[https://raw.githubusercontent.com/iqbalansari/emacs-emojify/develop/screenshots/emojify-in-action.png][screenshots/emojify-in-action.png?raw=true]] diff --git a/screenshots/emojify-in-action.png b/screenshots/emojify-in-action.png Binary files differ.