summaryrefslogtreecommitdiffstats
path: root/README.org
blob: 36d2c877c9884213bdfa464be8b8fa50ada9a7a0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
#+TITLE: mode-icons
#+DATE: Monday, Dec 21 2015
#+STARTUP: content

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
   [[http://gnu.org/software/emacs][Emacs]] init file.

* Usage

  Once installed you can add =(mode-icons-mode)= to your init file.