From 58c898325ec37440f54f0d5a5bcc39dc9ee8f493 Mon Sep 17 00:00:00 2001 From: Vincent Zhang Date: Tue, 12 Jun 2018 01:44:37 +0800 Subject: [PATCH] Update README. Fix package requires. --- README.md | 2 ++ doom-modeline.el | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7355ce5..89f0a22 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,8 @@ The modeline package extracted 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). + ## Feature The DOOM modeline was designed for minimalism, and offers: diff --git a/doom-modeline.el b/doom-modeline.el index ad741f0..591ee34 100644 --- a/doom-modeline.el +++ b/doom-modeline.el @@ -1,4 +1,4 @@ -;;; doom-modeline.el --- modeline from DOOM emacs. -*- lexical-binding: t; -*- +;;; doom-modeline.el --- modeline from DOOM Emacs. -*- lexical-binding: t; -*- ;; Copyright (C) 2018 Vincent Zhang @@ -6,7 +6,7 @@ ;; URL: https://github.com/seagle0128/doom-modeline ;; Package-Version: 20180611.1130 ;; Version: 0.1.0 -;; Package-Requires: ((emacs "24.4") (all-the-icons "1.0.0") (projectile "0.10.0") (shrink-path "0.3.0") (eldoc-eval "0.1") +;; Package-Requires: ((emacs "24.4") (all-the-icons "1.0.0") (projectile "0.10.0") (shrink-path "0.3.0") (eldoc-eval "0.1")) ;; Keywords: modeline, mode-line, doom ;; This file is not part of GNU Emacs.