Update docs.

This commit is contained in:
Vincent Zhang 2019-05-10 03:24:36 +08:00
parent 586086889e
commit c656ab2db7
2 changed files with 8 additions and 2 deletions

View file

@ -35,10 +35,13 @@ The `doom-modeline` was designed for minimalism, and offers:
- An indicator for irc notifications with `circe` - An indicator for irc notifications with `circe`
- An indicator for buffer position which is compatible with `nyan-mode` - An indicator for buffer position which is compatible with `nyan-mode`
- An indicator for party parrot - An indicator for party parrot
- An indicator for PDF page number - An indicator for PDF page number with `pdf-tools`
- An indicator for battery status with `fancy-battery` - An indicator for battery status with `fancy-battery`
- Truncated file name, file icon, buffer state and project name in buffer - Truncated file name, file icon, buffer state and project name in buffer
information segment, which is compatible with `projectile` and `project` information segment, which is compatible with `projectile` and `project`
- New mode-line for `Info-mode` buffers
- New package mode-line for `paradox`
- New mode-line for `helm` buffers
## Screenshots ## Screenshots

View file

@ -56,10 +56,13 @@
;; - An indicator for irc notifications with circe ;; - An indicator for irc notifications with circe
;; - An indicator for buffer position which is compatible with nyan-mode ;; - An indicator for buffer position which is compatible with nyan-mode
;; - An indicator for party parrot ;; - An indicator for party parrot
;; - An indicator for PDF page number ;; - An indicator for PDF page number with pdf-tools
;; - An indicator for battery status with fancy-battery ;; - An indicator for battery status with fancy-battery
;; - Truncated file name, file icon, buffer state and project name in buffer ;; - Truncated file name, file icon, buffer state and project name in buffer
;; information segment, which is compatible with projectile and project ;; information segment, which is compatible with projectile and project
;; - New mode-line for Info-mode buffers
;; - New package mode-line for paradox
;; - New mode-line for helm buffers
;; ;;
;; Installation: ;; Installation:
;; From melpa, `M-x package-install RET doom-modeline RET`. ;; From melpa, `M-x package-install RET doom-modeline RET`.