mirror of
https://github.com/ryuslash/mode-icons.git
synced 2024-11-23 10:10:28 +01:00
Update README
This commit is contained in:
parent
19edd6f6e2
commit
e2fa1e1730
1 changed files with 20 additions and 0 deletions
20
README.md
20
README.md
|
@ -10,3 +10,23 @@ Modes that have icons instead of names now:
|
||||||
* Lisp
|
* Lisp
|
||||||
* PHP
|
* PHP
|
||||||
* HTML
|
* HTML
|
||||||
|
|
||||||
|
## Installation
|
||||||
|
|
||||||
|
To install use either method:
|
||||||
|
|
||||||
|
### package.el
|
||||||
|
|
||||||
|
If you have [Emacs](http://gnu.org/software/emacs) 24 or `package.el`
|
||||||
|
installed manually you can just create the tar file and use
|
||||||
|
`package-install-file` to install it.
|
||||||
|
|
||||||
|
#### Create the tar file
|
||||||
|
|
||||||
|
Use `make dist` to create the tar file needed for `package.el`.
|
||||||
|
|
||||||
|
### manually
|
||||||
|
|
||||||
|
Place `mode-icons.el` somewhere in your `load-path` and copy the
|
||||||
|
`icons/` directory there as well. Then `require` `mode-icons` in your
|
||||||
|
[Emacs](http://gnu.org/software/emacs) init file.
|
||||||
|
|
Loading…
Reference in a new issue