summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md32
1 files changed, 0 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.