mirror of
https://github.com/ryuslash/mode-icons.git
synced 2024-11-21 17:40:30 +01:00
update readme
This commit is contained in:
parent
98ff5f3080
commit
af7ae0e9ba
1 changed files with 16 additions and 22 deletions
28
README.org
28
README.org
|
@ -1,9 +1,11 @@
|
|||
#+STARTUP: showall
|
||||
|
||||
* Mode-icons
|
||||
#+TITLE: mode-icons
|
||||
#+DATE: Monday, Dec 21 2015
|
||||
#+STARTUP: content
|
||||
|
||||
Show icons instead of mode names in emacs.
|
||||
|
||||
[[https://raw.githubusercontent.com/rhoit/mode-icons/dump/screenshots/screenshot01.png]]
|
||||
|
||||
Modes that have icons instead of names now:
|
||||
|
||||
- Emacs-Lisp
|
||||
|
@ -12,26 +14,18 @@
|
|||
- Lisp
|
||||
- PHP
|
||||
- HTML
|
||||
- CSS
|
||||
- JS
|
||||
- SVG
|
||||
|
||||
** Installation
|
||||
* 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
|
||||
** 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.
|
||||
|
||||
** Usage
|
||||
* Usage
|
||||
|
||||
Once installed you can add =(mode-icons-mode)= to your init file.
|
||||
|
|
Loading…
Reference in a new issue