summaryrefslogtreecommitdiffstats
path: root/projects/mode-icons.org
diff options
context:
space:
mode:
authorGravatar Tom Willemse2013-10-13 01:04:11 +0200
committerGravatar Tom Willemse2013-10-13 01:04:11 +0200
commit294e9da3b751e6afe71c9981f4cd00003523996d (patch)
tree2428ae39cb080b905c87595e281909bc78b9567b /projects/mode-icons.org
parent1f885cd7998112287da454880ed5552db8e276cc (diff)
downloadorgweb-294e9da3b751e6afe71c9981f4cd00003523996d.tar.gz
orgweb-294e9da3b751e6afe71c9981f4cd00003523996d.zip
Move everything out of site
Diffstat (limited to 'projects/mode-icons.org')
-rw-r--r--projects/mode-icons.org34
1 files changed, 34 insertions, 0 deletions
diff --git a/projects/mode-icons.org b/projects/mode-icons.org
new file mode 100644
index 0000000..6fa42a5
--- /dev/null
+++ b/projects/mode-icons.org
@@ -0,0 +1,34 @@
+#+TITLE: mode-icons
+#+STARTUP: showall
+
+Mode-icons is a package for emacs that, when enabled, replaces certain
+major mode names with icons. This reduces their size in the mode-line.
+
+Currently it provides icons for:
+
+- Common Lisp
+- Emacs Lisp
+- HTML
+- PHP
+- Python
+- Scheme
+
+* License
+
+ Mode-icons is released under the GNU General Public License version
+ 3 or newer.
+
+* Installation
+
+ - Make sure you have [[http://gnu.org/software/emacs][GNU Emacs]] installed and [[http://marmalade-repo.org/][Marmalade]] set-up.
+ - =M-x package-install <RET> mode-icons <RET>=
+ - Add =(mode-icons-mode)= to your init file.
+
+* Bugs / Contributions
+
+ If you find bugs or have contributions, you can email me:
+ [[mailto:tom@ryuslash.org][tom@ryuslash.org]], or add an issue [[https://github.com/ryuslash/mode-icons/issues][here]].
+
+* See also
+
+ [[http://code.ryuslash.org/cgit.cgi/mode-icons/about/][README]], [[http://code.ryuslash.org/cgit.cgi/mode-icons/][cgit]]