summaryrefslogtreecommitdiffstats
path: root/site/projects/mode-icons.org
blob: 44bc7ff9e16ffe1caefd2d0443812b491f656889 (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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
#+TITLE: mode-icons
#+LINK: src    http://code.ryuslash.org/cgit.cgi/emacs/mode-icons/
#+LINK: tar_gz http://code.ryuslash.org/cgit.cgi/emacs/mode-icons/snapshot/mode-icons-master.tar.gz
#+LINK: zip    http://code.ryuslash.org/cgit.cgi/emacs/mode-icons/snapshot/mode-icons-master.zip
#+LINK: readme http://code.ryuslash.org/cgit.cgi/emacs/mode-icons/about/
#+LINK: manual http://ryuslash.org/projects/mode-icons/manual/
#+STARTUP: showall

#+begin_html
<script src="/keyjs.js" type="text/javascript"></script>
<script type="text/javascript">
keyjs_initialize({ "u": [ "keyjs_goto", "../index.html" ],
"h": [ "keyjs_goto", "http://ryuslash.org" ] });
</script>
#+end_html

#+INCLUDE: "dlmenu.inc"

* About

  Mode-icons is a package for emacs that, when enabled, replaces
  certain major mode names with icons of their logo.  This reduces
  the size of their position in the mode-line.

  | Language |  |
  | License  | GPLv3 |

* Why was it written?

  Because I sometimes have a great deal of trouble with the amount of
  room my mode-line takes up and also because I like some graphical
  elements, when they're useful.

* Who is it for?

  Anyone who likes to have a more visual que of their major mode.

* Data

  | Version  | 0 (development only) |
  | Language | Emacs Lisp           |
  | License  | GPLv3                |

** Features

   - Show icons for major modes:
     - Common Lisp
     - Emacs Lisp
     - HTML
     - PHP
     - Python
     - Scheme

** Dependencies

   - [[http://gnu.org/software/emacs/][GNU Emacs]] :: Probably version 24 or higher, since that is what
                  it has been developed with.

* More...

  For further instructions I would refer you to the [[readme][README]] and [[manual][manual]].