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
|
|
|
|
|
|
|
- Emacs-Lisp
|
|
|
|
- Python
|
|
|
|
- Scheme
|
|
|
|
- Lisp
|
|
|
|
- PHP
|
|
|
|
- HTML
|
2015-12-21 11:26:39 +01:00
|
|
|
- CSS
|
|
|
|
- JS
|
|
|
|
- SVG
|
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.
|