aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Tom Willemse2016-02-21 14:59:31 +0100
committerGravatar Tom Willemse2016-02-21 14:59:31 +0100
commit6d56f6c9286b306bfce2c8f16aee7138feb31fe3 (patch)
tree74cc81632d64f61473885bbdaf56028bc59006db
parent0d44ed2e32fefe45c14a4186095e8e145d0e44e3 (diff)
downloadmode-icons-6d56f6c9286b306bfce2c8f16aee7138feb31fe3.tar.gz
mode-icons-6d56f6c9286b306bfce2c8f16aee7138feb31fe3.zip
Update mode-icons.el commentary section
-rw-r--r--mode-icons.el13
1 files changed, 12 insertions, 1 deletions
diff --git a/mode-icons.el b/mode-icons.el
index 35b74c5..e7fb505 100644
--- a/mode-icons.el
+++ b/mode-icons.el
@@ -27,7 +27,7 @@
;; This package provides a globalized minor mode that replaces the
;; major mode name in your mode-line and places like Ibuffer with an
;; icon. Currently the following programming modes are supported,
-;; along with some other modes:
+;; among others:
;;
;; - CSS
;; - Coffee
@@ -51,6 +51,17 @@
;; To enable this minor mode add the following line to your init file:
;;
;; (mode-icons-mode)
+;;
+;; As of version 0.3.0 this project includes some icons which use icon
+;; fonts instead of images. These fonts are:
+;;
+;; - Font Awesome, found at URL `http://fontawesome.io/'.
+;; - GitHub Octicons, found at URL `https://octicons.github.com/'.
+;; - Font Mfizz, found at URL `http://fizzed.com/oss/font-mfizz'.
+;;
+;; You should have these installed if you want to use these icons,
+;; otherwise you may get strange glyphs in your mode-line instead of
+;; an icon.
;;; Code: