summaryrefslogtreecommitdiffstats
path: root/README.org
blob: 70094d520362922348f6db7906ce152dfd8df546 (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
32
33
34
35
36
37
#+STARTUP: showall

* Mode-icons

  Show icons instead of mode names in emacs.

  Modes that have icons instead of names now:

  - Emacs-Lisp
  - Python
  - Scheme
  - Lisp
  - PHP
  - HTML

** Installation

   To install use either method:

*** package.el

    If you have [[http://gnu.org/software/emacs][Emacs]] 24 or ~package.el~ installed manually you can just
    create the tar file and use =package-install-file= to install it.

**** Create the tar file

     Use =make dist= to create the tar file needed for ~package.el~.

*** 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.