mirror of
https://github.com/vale981/doom-modeline
synced 2025-03-05 09:21:38 -05:00
Smaller font height without icons.
This commit is contained in:
parent
31a5ae99b8
commit
e3047d15e7
1 changed files with 1 additions and 1 deletions
|
@ -800,7 +800,7 @@ then this function does nothing."
|
|||
(* (if (and (>= emacs-major-version 27)
|
||||
(not (eq system-type 'darwin)))
|
||||
1.0
|
||||
1.68)
|
||||
(if doom-modeline-icon 1.68 1.25))
|
||||
(cond ((integerp height) (/ height 10))
|
||||
((floatp height) (* height (frame-char-height)))
|
||||
(t (frame-char-height)))))))
|
||||
|
|
Loading…
Add table
Reference in a new issue