diff options
Diffstat (limited to 'lib/eos')
-rw-r--r-- | lib/eos/jao-mode-line.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/eos/jao-mode-line.el b/lib/eos/jao-mode-line.el index f48040b..0dd1abd 100644 --- a/lib/eos/jao-mode-line.el +++ b/lib/eos/jao-mode-line.el @@ -31,7 +31,7 @@ ;;;; mode line toggle (defun jao-mode-line--face-height (face &optional all) (let* ((h (face-attribute face :height (window-frame))) - (nh (if (eq 'unspecified h) 10 'unspecified))) + (nh (if (eq 'unspecified h) 1 'unspecified))) (set-face-attribute face (when (not all) (window-frame)) :height nh))) (defun jao-mode-line--set-inactive-face (x frame) |