From 74e78dcad22b1fcd58708ea91af02a4bf966226f Mon Sep 17 00:00:00 2001 From: jao Date: Mon, 29 Sep 2025 11:27:06 +0100 Subject: linux: back to previous plan for hiding mode line --- lib/eos/jao-mode-line.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') 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) -- cgit v1.2.3