mirror of
https://github.com/correl/doom-modeline.git
synced 2024-11-23 19:19:50 +00:00
Update README.
This commit is contained in:
parent
fd52978a97
commit
6b8d4c9719
1 changed files with 6 additions and 0 deletions
|
@ -310,4 +310,10 @@ Strongly recommend to use
|
||||||
(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
|
||||||
|
```emacs-lisp
|
||||||
|
(custom-set-faces
|
||||||
|
`(mode-line ((t (:height 0.9))))
|
||||||
|
`(mode-line-inactive ((t (:height 0.9)))))
|
||||||
|
```
|
||||||
Please refer to #189.
|
Please refer to #189.
|
||||||
|
|
Loading…
Reference in a new issue