mirror of
https://github.com/correl/doom-modeline.git
synced 2024-11-23 19:19:50 +00:00
Update comments.
This commit is contained in:
parent
60294cd596
commit
dce8d0e5b1
1 changed files with 5 additions and 3 deletions
|
@ -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)
|
||||||
|
|
Loading…
Reference in a new issue