mirror of
https://github.com/correl/doom-modeline.git
synced 2024-11-23 19:19:50 +00:00
Update the package description.
This commit is contained in:
parent
4b09117dac
commit
89bf87bea8
2 changed files with 8 additions and 10 deletions
|
@ -5,12 +5,10 @@
|
|||
[![MELPA Stable](https://stable.melpa.org/packages/doom-modeline-badge.svg)](https://stable.melpa.org/#/doom-modeline)
|
||||
[![License](http://img.shields.io/:license-gpl3-blue.svg)](http://www.gnu.org/licenses/gpl-3.0.html)
|
||||
|
||||
A fancy and fast mode-line which was from [DOOM
|
||||
Emacs](https://github.com/hlissner/doom-emacs/tree/master/modules/ui/doom-modeline),
|
||||
but it's more powerful and much faster.
|
||||
A fancy and fast mode-line inspired by minimalism design.
|
||||
|
||||
It's integrated into [Centaur Emacs](https://github.com/seagle0128/.emacs.d) by
|
||||
default.
|
||||
It's integrated into [Doom Emacs](https://github.com/hlissner/doom-emacs) and
|
||||
[Centaur Emacs](https://github.com/seagle0128/.emacs.d).
|
||||
|
||||
## Feature
|
||||
|
||||
|
|
|
@ -29,12 +29,12 @@
|
|||
|
||||
;;; Commentary:
|
||||
;;
|
||||
;; This package offers a fancy and fast mode-line which was from DOOM Emacs
|
||||
;; (https://github.com/hlissner/doom-emacs/tree/master/modules/ui/doom-modeline),
|
||||
;; but it's more powerful and much faster.
|
||||
;; It's also integrated into Centaur Emacs (https://github.com/seagle0128/.emacs.d).
|
||||
;; This package offers a fancy and fast mode-line inspired by minimalism design.
|
||||
;;
|
||||
;; The doom-modeline was designed for minimalism, and offers:
|
||||
;; It's integrated into Doom Emacs (https://github.com/hlissner/doom-emacs) and
|
||||
;; Centaur Emacs (https://github.com/seagle0128/.emacs.d).
|
||||
;;
|
||||
;; The doom-modeline offers:
|
||||
;; - A match count panel (for anzu, iedit, multiple-cursors, symbol-overlay,
|
||||
;; evil-search and evil-substitute)
|
||||
;; - An indicator for recording a macro
|
||||
|
|
Loading…
Reference in a new issue