Update comments.

This commit is contained in:
Vincent Zhang 2018-06-12 03:07:13 +08:00
parent 60294cd596
commit dce8d0e5b1

View file

@ -6,7 +6,7 @@
;; Package-Version: 20180611.111 ;; Package-Version: 20180611.111
;; Version: 0.1.0 ;; Version: 0.1.0
;; URL: https://github.com/seagle0128/doom-modeline ;; URL: https://github.com/seagle0128/doom-modeline
;; Package-Requires: ((emacs "24.4") (all-the-icons "1.0.0") (projectile "0.15.0") (shrink-path "0.3.1") (eldoc-eval "0.1")) ;; Package-Requires: ((emacs "24.4") (all-the-icons "1.0.0") (projectile "0.10.0") (shrink-path "0.2.0") (eldoc-eval "0.1"))
;; Keywords: modeline, mode-line ;; Keywords: modeline, mode-line
;; This file is not part of GNU Emacs. ;; This file is not part of GNU Emacs.
@ -30,8 +30,10 @@
;;; Commentary: ;;; Commentary:
;; ;;
;; This package offers a modern modeline them which is extraced from DOOM Emacs. ;; This package offers a modern modeline them which is extraced from DOOM Emacs
;; https://github.com/hlissner/doom-emacs/tree/master/modules/ui/doom-modeline ;; (https://github.com/hlissner/doom-emacs/tree/master/modules/ui/doom-modeline).
;;
;; It's also the part of Centaur Emacs (https://github.com/seagle0128/.emacs.d).
;; ;;
;; The DOOM modeline was designed for minimalism, and offers: ;; The DOOM modeline was designed for minimalism, and offers:
;; 1. A match count panel (for evil-search, iedit and evil-substitute) ;; 1. A match count panel (for evil-search, iedit and evil-substitute)