From dce8d0e5b138c43c8d521a43933bfa618fe6b32f Mon Sep 17 00:00:00 2001 From: Vincent Zhang Date: Tue, 12 Jun 2018 03:07:13 +0800 Subject: [PATCH] Update comments. --- doom-modeline.el | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/doom-modeline.el b/doom-modeline.el index 050e4ab..5d0a500 100644 --- a/doom-modeline.el +++ b/doom-modeline.el @@ -6,7 +6,7 @@ ;; Package-Version: 20180611.111 ;; Version: 0.1.0 ;; 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 ;; This file is not part of GNU Emacs. @@ -30,8 +30,10 @@ ;;; Commentary: ;; -;; 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 +;; 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). +;; +;; It's also the part of Centaur Emacs (https://github.com/seagle0128/.emacs.d). ;; ;; The DOOM modeline was designed for minimalism, and offers: ;; 1. A match count panel (for evil-search, iedit and evil-substitute)