summaryrefslogtreecommitdiffstats
path: root/README.org
diff options
context:
space:
mode:
authorGravatar rho2015-12-21 16:11:39 +0545
committerGravatar rho2015-12-21 16:11:39 +0545
commitaf7ae0e9badb67f4632d7ef84a416eb82370ec9c (patch)
treeb330bb6c350ca1d27814e1a3ba04a49ad153b78e /README.org
parent98ff5f308062c7d5537076d9683ef24dd9a4cd71 (diff)
downloadmode-icons-af7ae0e9badb67f4632d7ef84a416eb82370ec9c.tar.gz
mode-icons-af7ae0e9badb67f4632d7ef84a416eb82370ec9c.zip
update readme
Diffstat (limited to 'README.org')
-rw-r--r--README.org38
1 files changed, 16 insertions, 22 deletions
diff --git a/README.org b/README.org
index 70094d5..36d2c87 100644
--- a/README.org
+++ b/README.org
@@ -1,10 +1,12 @@
-#+STARTUP: showall
+#+TITLE: mode-icons
+#+DATE: Monday, Dec 21 2015
+#+STARTUP: content
-* Mode-icons
+Show icons instead of mode names in emacs.
- 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:
+Modes that have icons instead of names now:
- Emacs-Lisp
- Python
@@ -12,26 +14,18 @@
- Lisp
- PHP
- HTML
+ - CSS
+ - JS
+ - SVG
-** Installation
+* Installation
- To install use either method:
+** manually
-*** package.el
+ 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.
- 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.
+* Usage
-**** 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.
-
-** Usage
-
- Once installed you can add =(mode-icons-mode)= to your init file.
+ Once installed you can add =(mode-icons-mode)= to your init file.