mirror of
https://github.com/correl/doom-modeline.git
synced 2024-11-23 19:19:50 +00:00
Update README. Fix package requires.
This commit is contained in:
parent
c806e3f789
commit
58c898325e
2 changed files with 4 additions and 2 deletions
|
@ -3,6 +3,8 @@
|
||||||
The modeline package extracted from [DOOM
|
The modeline package extracted from [DOOM
|
||||||
emacs](https://github.com/hlissner/doom-emacs/tree/master/modules/ui/doom-modeline).
|
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
|
## Feature
|
||||||
|
|
||||||
The DOOM modeline was designed for minimalism, and offers:
|
The DOOM modeline was designed for minimalism, and offers:
|
||||||
|
|
|
@ -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
|
;; Copyright (C) 2018 Vincent Zhang
|
||||||
|
|
||||||
|
@ -6,7 +6,7 @@
|
||||||
;; URL: https://github.com/seagle0128/doom-modeline
|
;; URL: https://github.com/seagle0128/doom-modeline
|
||||||
;; Package-Version: 20180611.1130
|
;; Package-Version: 20180611.1130
|
||||||
;; Version: 0.1.0
|
;; 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
|
;; Keywords: modeline, mode-line, doom
|
||||||
|
|
||||||
;; This file is not part of GNU Emacs.
|
;; This file is not part of GNU Emacs.
|
||||||
|
|
Loading…
Reference in a new issue