mirror of
https://github.com/vale981/doom-modeline
synced 2025-03-06 01:31:41 -05: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…
Add table
Reference in a new issue