From fc2ede6112b323b306bf530975dc2c4ec927f971 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Sat, 3 Jan 2015 03:40:34 +0100 Subject: Add some project pages --- mode-icons.page | 43 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 mode-icons.page (limited to 'mode-icons.page') diff --git a/mode-icons.page b/mode-icons.page new file mode 100644 index 0000000..a39b685 --- /dev/null +++ b/mode-icons.page @@ -0,0 +1,43 @@ +;;;;; +title: mode-icons +url: projects/mode-icons.html +;;;;; + +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 [GNU Emacs](http://gnu.org/software/emacs) + installed and [Marmalade](http://marmalade-repo.org/) set-up. +- `M-x package-install mode-icons ` +- Add `(mode-icons-mode)` to your init file. + +## Bugs / Contributions + +If you find bugs or have contributions, you can email me: +[tom@ryuslash.org](mailto:tom@ryuslash.org), or add an issue +[here](https://github.com/ryuslash/mode-icons/issues). + +## See also + +[README](http://code.ryuslash.org/cgit.cgi/mode-icons/about/), +[cgit](http://code.ryuslash.org/cgit.cgi/mode-icons/) + + + + -- cgit v1.2.3-54-g00ecf