Show icons instead of mode names
Find a file
2015-12-21 16:11:39 +05:45
icons adding more mode icons 2015-12-21 16:04:20 +05:45
scripts Add Makefile with dist rule 2012-11-11 03:01:29 +01:00
.gitignore Ignore dist files 2012-11-11 03:12:42 +01:00
Makefile No need for the -j flag 2012-11-11 03:05:52 +01:00
mode-icons.el adding more mode icons 2015-12-21 16:04:20 +05:45
README.org update readme 2015-12-21 16:11:39 +05:45

mode-icons

Show icons instead of mode names in emacs.

https://raw.githubusercontent.com/rhoit/mode-icons/dump/screenshots/screenshot01.png

Modes that have icons instead of names now:

  • Emacs-Lisp
  • Python
  • Scheme
  • Lisp
  • PHP
  • HTML
  • CSS
  • JS
  • SVG

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.