2015-12-21 11:26:39 +01:00
|
|
|
#+TITLE: mode-icons
|
|
|
|
#+DATE: Monday, Dec 21 2015
|
|
|
|
#+STARTUP: content
|
2013-06-02 14:14:58 +02:00
|
|
|
|
2015-12-21 11:26:39 +01:00
|
|
|
Show icons instead of mode names in emacs.
|
2013-06-02 14:14:58 +02:00
|
|
|
|
2015-12-21 11:26:39 +01:00
|
|
|
[[https://raw.githubusercontent.com/rhoit/mode-icons/dump/screenshots/screenshot01.png]]
|
2013-06-02 14:14:58 +02:00
|
|
|
|
2015-12-21 11:26:39 +01:00
|
|
|
Modes that have icons instead of names now:
|
2013-06-02 14:14:58 +02:00
|
|
|
|
2015-12-22 04:17:09 +01:00
|
|
|
| Modes | icon |
|
|
|
|
|------------+--------------------------------------------------------------------------|
|
|
|
|
| CSS | [[https://raw.githubusercontent.com/rhoit/mode-icons/dump/icons/css.png]] |
|
|
|
|
| Emacs-Lisp | [[https://raw.githubusercontent.com/rhoit/mode-icons/dump/icons/emacs.png]] |
|
|
|
|
| HTML | [[https://raw.githubusercontent.com/rhoit/mode-icons/dump/icons/html.png]] |
|
|
|
|
| JS | [[https://raw.githubusercontent.com/rhoit/mode-icons/dump/icons/js.png]] |
|
|
|
|
| Lisp | [[https://raw.githubusercontent.com/rhoit/mode-icons/dump/icons/cl.png]] |
|
|
|
|
| Org-mode | [[https://raw.githubusercontent.com/rhoit/mode-icons/dump/icons/org.png]] |
|
|
|
|
| PHP | [[https://raw.githubusercontent.com/rhoit/mode-icons/dump/icons/php.png]] |
|
|
|
|
| Python | [[https://raw.githubusercontent.com/rhoit/mode-icons/dump/icons/python.png]] |
|
2015-12-23 08:00:25 +01:00
|
|
|
| Ruby | [[https://raw.githubusercontent.com/rhoit/mode-icons/dump/icons/ruby.png]] |
|
2015-12-22 04:17:09 +01:00
|
|
|
| SVG | [[https://raw.githubusercontent.com/rhoit/mode-icons/dump/icons/svg.png]] |
|
|
|
|
| Scheme | [[https://raw.githubusercontent.com/rhoit/mode-icons/dump/icons/scheme.png]] |
|
|
|
|
| Shell | [[https://raw.githubusercontent.com/rhoit/mode-icons/dump/icons/bash.png]] |
|
|
|
|
|
|
|
|
|
2013-06-02 14:14:58 +02:00
|
|
|
|
2015-12-21 11:26:39 +01:00
|
|
|
* Installation
|
2013-06-02 14:14:58 +02:00
|
|
|
|
2015-12-21 11:26:39 +01:00
|
|
|
** manually
|
2013-06-02 14:14:58 +02:00
|
|
|
|
2015-12-21 11:26:39 +01:00
|
|
|
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.
|
2013-06-02 14:14:58 +02:00
|
|
|
|
2015-12-21 11:26:39 +01:00
|
|
|
* Usage
|
2013-06-02 14:14:58 +02:00
|
|
|
|
2015-12-21 11:26:39 +01:00
|
|
|
Once installed you can add =(mode-icons-mode)= to your init file.
|