summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Tom Willemse2016-01-21 22:07:28 +0100
committerGravatar Tom Willemse2016-01-21 22:07:28 +0100
commit1d0f1b529fe86ff0d90e3aedd450676cad8f8e2f (patch)
tree0c9373445d6e0e15c55614e70151978d328494d8
parent14c080aff0b3ed5550fac7e3f50466366684c9e6 (diff)
downloadmode-icons-1d0f1b529fe86ff0d90e3aedd450676cad8f8e2f.tar.gz
mode-icons-1d0f1b529fe86ff0d90e3aedd450676cad8f8e2f.zip
Add commentary section to package
-rw-r--r--mode-icons.el26
1 files changed, 26 insertions, 0 deletions
diff --git a/mode-icons.el b/mode-icons.el
index 7c8a8c6..3b4f704 100644
--- a/mode-icons.el
+++ b/mode-icons.el
@@ -22,7 +22,33 @@
;;; Commentary:
+;; 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:
;;
+;; - CSS
+;; - Coffee
+;; - Emacs-Lisp
+;; - HTML
+;; - Haml
+;; - JavaScript
+;; - Lisp
+;; - nXML
+;; - PHP
+;; - Python
+;; - Ruby
+;; - Sass/Scss
+;; - Scheme
+;; - Shell-script
+;; - Slim
+;; - Snippet
+;; - Web
+;; - Yaml
+;;
+;; To enable this minor mode add the following line to your init file:
+;;
+;; (mode-icons-mode)
;;; Code: