diff options
author | jao <jao@gnu.org> | 2025-09-29 11:27:06 +0100 |
---|---|---|
committer | jao <jao@gnu.org> | 2025-09-29 11:27:16 +0100 |
commit | 74e78dcad22b1fcd58708ea91af02a4bf966226f (patch) | |
tree | 397d928d426786030dae4408e1ef7819589cc44a /lib | |
parent | 32b37dcd4d996848bbcd75f42e738cf8dabafab5 (diff) | |
download | elibs-74e78dcad22b1fcd58708ea91af02a4bf966226f.tar.gz elibs-74e78dcad22b1fcd58708ea91af02a4bf966226f.tar.bz2 |
linux: back to previous plan for hiding mode linemain
Diffstat (limited to 'lib')
-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) |