mirror of
https://github.com/correl/doom-modeline.git
synced 2024-11-23 19:19:50 +00:00
parent
911ddd89aa
commit
6069a6fb22
1 changed files with 11 additions and 0 deletions
11
README.md
11
README.md
|
@ -297,3 +297,14 @@ Strongly recommend to use
|
|||
|
||||
(add-hook 'doom-modeline-mode-hook 'setup-custom-doom-modeline)
|
||||
```
|
||||
|
||||
1. How to specify font size in modeline?
|
||||
|
||||
For example:
|
||||
|
||||
``` emacs-lisp
|
||||
(setq doom-modeline-height 1)
|
||||
(set-face-attribute 'mode-line nil :height 100)
|
||||
(set-face-attribute 'mode-line-inactive nil :height 100)
|
||||
```
|
||||
Please refer to #189.
|
||||
|
|
Loading…
Reference in a new issue