mirror of
https://github.com/correl/doom-modeline.git
synced 2024-11-23 19:19:50 +00:00
Add the table of contents in README.
This commit is contained in:
parent
442e1ada18
commit
506fd05ece
1 changed files with 17 additions and 0 deletions
17
README.md
17
README.md
|
@ -5,6 +5,20 @@
|
||||||
[![MELPA Stable](https://stable.melpa.org/packages/doom-modeline-badge.svg)](https://stable.melpa.org/#/doom-modeline)
|
[![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)
|
[![License](http://img.shields.io/:license-gpl3-blue.svg)](http://www.gnu.org/licenses/gpl-3.0.html)
|
||||||
|
|
||||||
|
<!-- markdown-toc start - Don't edit this section. Run M-x markdown-toc-refresh-toc -->
|
||||||
|
**Table of Contents**
|
||||||
|
|
||||||
|
- [doom-modeline](#doom-modeline)
|
||||||
|
- [Feature](#feature)
|
||||||
|
- [Screenshots](#screenshots)
|
||||||
|
- [Install](#install)
|
||||||
|
- [Manual](#manual)
|
||||||
|
- [Use-package](#use-package)
|
||||||
|
- [Customize](#customize)
|
||||||
|
- [FAQ](#faq)
|
||||||
|
|
||||||
|
<!-- markdown-toc end -->
|
||||||
|
|
||||||
A fancy and fast mode-line inspired by minimalism design.
|
A fancy and fast mode-line inspired by minimalism design.
|
||||||
|
|
||||||
It's integrated into [Centaur Emacs](https://github.com/seagle0128/.emacs.d), [Doom
|
It's integrated into [Centaur Emacs](https://github.com/seagle0128/.emacs.d), [Doom
|
||||||
|
@ -320,10 +334,13 @@ Run `M-x customize-group RET doom-modeline RET` or set the variables.
|
||||||
(set-face-attribute 'mode-line nil :height 100)
|
(set-face-attribute 'mode-line nil :height 100)
|
||||||
(set-face-attribute 'mode-line-inactive nil :height 100)
|
(set-face-attribute 'mode-line-inactive nil :height 100)
|
||||||
```
|
```
|
||||||
|
|
||||||
or
|
or
|
||||||
|
|
||||||
```emacs-lisp
|
```emacs-lisp
|
||||||
(custom-set-faces
|
(custom-set-faces
|
||||||
'(mode-line ((t (:height 0.9))))
|
'(mode-line ((t (:height 0.9))))
|
||||||
'(mode-line-inactive ((t (:height 0.9)))))
|
'(mode-line-inactive ((t (:height 0.9)))))
|
||||||
```
|
```
|
||||||
|
|
||||||
Please refer to [#189](https://github.com/seagle0128/doom-modeline/issues/189).
|
Please refer to [#189](https://github.com/seagle0128/doom-modeline/issues/189).
|
||||||
|
|
Loading…
Reference in a new issue