Skip to content

Commit 1c18bcc

Browse files
committed
Update installation instruction to include MELPA
1 parent 22b7bae commit 1c18bcc

1 file changed

Lines changed: 17 additions & 2 deletions

File tree

README.org

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
* Emojify
22

3-
[[https://travis-ci.org/iqbalansari/emacs-emojify][https://travis-ci.org/iqbalansari/emacs-emojify.svg?branch=develop]]
3+
[[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]]
44

55
** Table of contents :TOC_3_gh:
66
- [[#emojify][Emojify]]
77
- [[#what-is-this][What is this?]]
88
- [[#what-does-it-look-like][What does it look like?]]
99
- [[#requirements][Requirements]]
1010
- [[#installation][Installation]]
11+
- [[#elpa][ELPA]]
1112
- [[#usage][Usage]]
1213
- [[#customizations][Customizations]]
1314
- [[#configuring-the-types-of-emojis-displayed][Configuring the types of emojis displayed]]
@@ -41,7 +42,21 @@
4142
[[http://stackoverflow.com/questions/2650041/emacs-under-windows-and-png-files][this]] stackoverflow answer helpful.
4243

4344
** Installation
44-
WIP :construction:
45+
*** ELPA
46+
~emojify~ is available on [[http://melpa.org/#/restart-emacs][MELPA]]. Please follow the instructions on MELPA
47+
[[http://melpa.org/#/getting-started][website]] to enable it, if you haven't already.
48+
49+
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
50+
51+
Refresh the package index
52+
#+BEGIN_QUOTE
53+
M-x package-refresh-contents RET
54+
#+END_QUOTE
55+
56+
And then install it by doing
57+
#+BEGIN_QUOTE
58+
M-x package-install RET emojify
59+
#+END_QUOTE
4560

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

0 commit comments

Comments
 (0)