mirror of
https://github.com/correl/doom-modeline.git
synced 2024-11-23 19:19:50 +00:00
Update docs and bump version to 2.3.0.
This commit is contained in:
parent
ea9c02134c
commit
798c8687cd
2 changed files with 3 additions and 1 deletions
|
@ -42,6 +42,7 @@ The `doom-modeline` was designed for minimalism, and offers:
|
||||||
- New mode-line for `Info-mode` buffers
|
- New mode-line for `Info-mode` buffers
|
||||||
- New package mode-line for `paradox`
|
- New package mode-line for `paradox`
|
||||||
- New mode-line for `helm` buffers
|
- New mode-line for `helm` buffers
|
||||||
|
- New mode-line for `git-timemachine` buffers
|
||||||
|
|
||||||
## Screenshots
|
## Screenshots
|
||||||
|
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
|
|
||||||
;; Author: Vincent Zhang <seagle0128@gmail.com>
|
;; Author: Vincent Zhang <seagle0128@gmail.com>
|
||||||
;; Homepage: https://github.com/seagle0128/doom-modeline
|
;; Homepage: https://github.com/seagle0128/doom-modeline
|
||||||
;; Version: 2.2.1
|
;; Version: 2.3.0
|
||||||
;; Package-Requires: ((emacs "25.1") (all-the-icons "1.0.0") (shrink-path "0.2.0") (dash "2.11.0"))
|
;; Package-Requires: ((emacs "25.1") (all-the-icons "1.0.0") (shrink-path "0.2.0") (dash "2.11.0"))
|
||||||
;; Keywords: faces mode-line
|
;; Keywords: faces mode-line
|
||||||
|
|
||||||
|
@ -63,6 +63,7 @@
|
||||||
;; - New mode-line for Info-mode buffers
|
;; - New mode-line for Info-mode buffers
|
||||||
;; - New package mode-line for paradox
|
;; - New package mode-line for paradox
|
||||||
;; - New mode-line for helm buffers
|
;; - New mode-line for helm buffers
|
||||||
|
;; - New mode-line for git-timemachine buffers
|
||||||
;;
|
;;
|
||||||
;; Installation:
|
;; Installation:
|
||||||
;; From melpa, `M-x package-install RET doom-modeline RET`.
|
;; From melpa, `M-x package-install RET doom-modeline RET`.
|
||||||
|
|
Loading…
Reference in a new issue