Update README.

This commit is contained in:
Vincent Zhang 2019-07-07 13:46:05 +08:00
parent fd52978a97
commit 6b8d4c9719

View file

@ -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.