Update README. Fix package requires.

This commit is contained in:
Vincent Zhang 2018-06-12 01:44:37 +08:00
parent c806e3f789
commit 58c898325e
2 changed files with 4 additions and 2 deletions

View file

@ -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:

View file

@ -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.