mirror of
https://github.com/ryuslash/mode-icons.git
synced 2024-11-21 17:40:30 +01:00
Show icons instead of mode names
323b48e416
- This should allow modes to turn on in a hook and still being recognized by mode-icons. - This may also address issue #19 |
||
---|---|---|
icons | ||
scripts | ||
.gitignore | ||
CHANGELOG.md | ||
CONTRIBUTING.md | ||
Makefile | ||
mode-icons.el | ||
README.org |
mode-icons
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 |
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.
Installation
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.
Usage
Once installed you can add (mode-icons-mode)
to your init file.