summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Tom Willemse2013-06-02 14:14:58 +0200
committerGravatar Tom Willemse2013-06-02 14:14:58 +0200
commit7abc02827e1025afc977133f0e796a4d2fc4f17a (patch)
tree6f1465d7641832672f1bde1777091a0dcdc3f967
parent1e8fcc4982585f15dccc15747ec77dd0a58349f3 (diff)
downloadmode-icons-7abc02827e1025afc977133f0e796a4d2fc4f17a.tar.gz
mode-icons-7abc02827e1025afc977133f0e796a4d2fc4f17a.zip
Replace README.md with README.org
-rw-r--r--README.md32
-rw-r--r--README.org33
2 files changed, 33 insertions, 32 deletions
diff --git a/README.md b/README.md
deleted file mode 100644
index 9066b75..0000000
--- a/README.md
+++ /dev/null
@@ -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.
diff --git a/README.org b/README.org
new file mode 100644
index 0000000..13446b6
--- /dev/null
+++ b/README.org
@@ -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.