mirror of
https://github.com/ryuslash/mode-icons.git
synced 2024-11-21 17:40:30 +01:00
Replace README.md with README.org
This commit is contained in:
parent
1e8fcc4982
commit
7abc02827e
2 changed files with 33 additions and 32 deletions
32
README.md
32
README.md
|
@ -1,32 +0,0 @@
|
||||||
# Mode-icons
|
|
||||||
|
|
||||||
Show icons instead of mode names in emacs.
|
|
||||||
|
|
||||||
Modes that have icons instead of names now:
|
|
||||||
|
|
||||||
* Emacs-Lisp
|
|
||||||
* Python
|
|
||||||
* Scheme
|
|
||||||
* Lisp
|
|
||||||
* PHP
|
|
||||||
* 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.
|
|
33
README.org
Normal file
33
README.org
Normal file
|
@ -0,0 +1,33 @@
|
||||||
|
#+STARTUP: showall
|
||||||
|
|
||||||
|
* Mode-icons
|
||||||
|
|
||||||
|
Show icons instead of mode names in emacs.
|
||||||
|
|
||||||
|
Modes that have icons instead of names now:
|
||||||
|
|
||||||
|
- Emacs-Lisp
|
||||||
|
- Python
|
||||||
|
- Scheme
|
||||||
|
- Lisp
|
||||||
|
- PHP
|
||||||
|
- HTML
|
||||||
|
|
||||||
|
** Installation
|
||||||
|
|
||||||
|
To install use either method:
|
||||||
|
|
||||||
|
*** package.el
|
||||||
|
|
||||||
|
If you have [[http://gnu.org/software/emacs][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
|
||||||
|
[[http://gnu.org/software/emacs][Emacs]] init file.
|
Loading…
Reference in a new issue