Skip to content

Commit 6d56f6c

Browse files
committed
Update mode-icons.el commentary section
1 parent 0d44ed2 commit 6d56f6c

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

mode-icons.el

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
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
@@ -51,6 +51,17 @@
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

0 commit comments

Comments
 (0)