mirror of
https://github.com/ryuslash/mode-icons.git
synced 2025-02-05 20:35:50 +01:00
Show icons instead of mode names
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. If you don't have them installed you may get some strange glyphs in your mode-line instead.
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.