mirror of
https://github.com/ryuslash/mode-icons.git
synced 2024-11-22 01:50:28 +01:00
Add commentary section to package
This commit is contained in:
parent
14c080aff0
commit
1d0f1b529f
1 changed files with 26 additions and 0 deletions
|
@ -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:
|
||||
|
||||
|
|
Loading…
Reference in a new issue