Smaller font height without icons.

This commit is contained in:
Vincent Zhang 2020-02-06 01:03:20 +08:00
parent 31a5ae99b8
commit e3047d15e7

View file

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