2013-01-19 02:48:40 +01:00
|
|
|
#+TITLE: mode-icons
|
|
|
|
#+STARTUP: showall
|
|
|
|
|
2013-06-03 00:20:47 +02:00
|
|
|
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.
|
2013-01-19 02:48:40 +01:00
|
|
|
|
2013-06-03 00:20:47 +02:00
|
|
|
Currently it provides icons for:
|
2013-01-19 02:48:40 +01:00
|
|
|
|
2013-06-03 00:20:47 +02:00
|
|
|
- Common Lisp
|
|
|
|
- Emacs Lisp
|
|
|
|
- HTML
|
|
|
|
- PHP
|
|
|
|
- Python
|
|
|
|
- Scheme
|
2013-01-19 02:48:40 +01:00
|
|
|
|
2013-06-03 00:20:47 +02:00
|
|
|
* License
|
2013-01-19 02:48:40 +01:00
|
|
|
|
2013-06-03 00:20:47 +02:00
|
|
|
Mode-icons is released under the GNU General Public License version
|
|
|
|
3 or newer.
|
2013-01-19 02:48:40 +01:00
|
|
|
|
2013-06-03 00:20:47 +02:00
|
|
|
* Installation
|
2013-01-19 02:48:40 +01:00
|
|
|
|
2013-06-03 00:20:47 +02:00
|
|
|
- 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.
|
2013-01-19 02:48:40 +01:00
|
|
|
|
2013-06-03 00:20:47 +02:00
|
|
|
* Bugs / Contributions
|
2013-01-19 02:48:40 +01:00
|
|
|
|
2013-06-03 00:20:47 +02:00
|
|
|
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]].
|
2013-01-19 02:48:40 +01:00
|
|
|
|
2013-06-03 00:20:47 +02:00
|
|
|
* See also
|
2013-01-19 02:48:40 +01:00
|
|
|
|
2013-06-03 00:20:47 +02:00
|
|
|
[[http://code.ryuslash.org/cgit.cgi/mode-icons/about/][README]], [[http://code.ryuslash.org/cgit.cgi/mode-icons/][cgit]]
|