Skip to content

Commit

Permalink
Update installation instruction to include MELPA
Browse files Browse the repository at this point in the history
  • Loading branch information
iqbalansari committed Nov 14, 2015
1 parent 22b7bae commit 1c18bcc
Showing 1 changed file with 17 additions and 2 deletions.
19 changes: 17 additions & 2 deletions README.org
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
* Emojify

[[https://travis-ci.org/iqbalansari/emacs-emojify][https://travis-ci.org/iqbalansari/emacs-emojify.svg?branch=develop]]
[[https://melpa.org/#/emojify][file:https://melpa.org/packages/emojify-badge.svg]] [[https://travis-ci.org/iqbalansari/emacs-emojify][https://travis-ci.org/iqbalansari/emacs-emojify.svg?branch=master]]

** Table of contents :TOC_3_gh:
- [[#emojify][Emojify]]
- [[#what-is-this][What is this?]]
- [[#what-does-it-look-like][What does it look like?]]
- [[#requirements][Requirements]]
- [[#installation][Installation]]
- [[#elpa][ELPA]]
- [[#usage][Usage]]
- [[#customizations][Customizations]]
- [[#configuring-the-types-of-emojis-displayed][Configuring the types of emojis displayed]]
Expand Down Expand Up @@ -41,7 +42,21 @@
[[http://stackoverflow.com/questions/2650041/emacs-under-windows-and-png-files][this]] stackoverflow answer helpful.

** Installation
WIP :construction:
*** ELPA
~emojify~ is available on [[http://melpa.org/#/restart-emacs][MELPA]]. Please follow the instructions on MELPA
[[http://melpa.org/#/getting-started][website]] to enable it, if you haven't already.

You can then install ~emojify~ from the [[https://www.gnu.org/software/emacs/manual/html_node/emacs/Package-Menu.html][package menu]]. Alternatively install it by doing the following

Refresh the package index
#+BEGIN_QUOTE
M-x package-refresh-contents RET
#+END_QUOTE

And then install it by doing
#+BEGIN_QUOTE
M-x package-install RET emojify
#+END_QUOTE

** Usage
~emojify-mode~ can be enabled/disabled separately for a buffer by using the
Expand Down

0 comments on commit 1c18bcc

Please sign in to comment.