File tree Expand file tree Collapse file tree 1 file changed +12
-1
lines changed
Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Original file line number Diff line number Diff line change 2727; ; This package provides a globalized minor mode that replaces the
2828; ; major mode name in your mode-line and places like Ibuffer with an
2929; ; icon. Currently the following programming modes are supported,
30- ; ; along with some other modes :
30+ ; ; among others :
3131; ;
3232; ; - CSS
3333; ; - Coffee
5151; ; To enable this minor mode add the following line to your init file:
5252; ;
5353; ; (mode-icons-mode)
54+ ; ;
55+ ; ; As of version 0.3.0 this project includes some icons which use icon
56+ ; ; fonts instead of images. These fonts are:
57+ ; ;
58+ ; ; - Font Awesome, found at URL `http://fontawesome.io/' .
59+ ; ; - GitHub Octicons, found at URL `https://octicons.github.com/' .
60+ ; ; - Font Mfizz, found at URL `http://fizzed.com/oss/font-mfizz' .
61+ ; ;
62+ ; ; You should have these installed if you want to use these icons,
63+ ; ; otherwise you may get strange glyphs in your mode-line instead of
64+ ; ; an icon.
5465
5566; ;; Code:
5667
You can’t perform that action at this time.
0 commit comments