summaryrefslogtreecommitdiffstats
path: root/mode-icons.page
blob: a39b685963ceb8ea18ccac72030fa5839a90eff2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
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 <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:
[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/)

<!-- Local Variables: -->
<!-- mode: markdown -->
<!-- End: -->