mirror of
https://github.com/ryuslash/mode-icons.git
synced 2024-11-21 17:40:30 +01:00
Show icons instead of mode names
icons | ||
scripts | ||
.gitignore | ||
Makefile | ||
mode-icons.el | ||
README.org |
mode-icons
Show icons instead of mode names in emacs.
Modes that have icons instead of names now:
Modes | icon |
---|---|
CSS | |
Emacs-Lisp | |
HTML | |
JS | |
Lisp | |
Org-mode | |
PHP | |
Python | |
SVG | |
Scheme | |
Shell |
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.