62 lines
1.7 KiB
Org Mode
62 lines
1.7 KiB
Org Mode
|
#+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]].
|