Table of Contents
Show icons instead of mode names in emacs.
Some of the modes that have icons instead of names now:
| Modes | icon |
|---|---|
| Coffee | |
| CSS | |
| Emacs-Lisp | |
| Haml | |
| HTML | |
| JS | |
| Lisp | |
| Org-mode | |
| PHP | |
| Python | |
| Ruby | |
| SVG | |
| Sass | |
| Scheme | |
| Shell | |
| Slim | |
| YAML |
1. Requirements
As of version 0.3.0 you can also use icons from some icon fonts, specifically:
You need to have installed these on your system in order to use these fonts, mode-icons will not do this for you.
2. Installation
2.1. 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 init file.
3. Usage
Once installed you can add (mode-icons-mode) to your init file.
