From 6ce5f612c74f4ab3e64c6d372219b4ee45489104 Mon Sep 17 00:00:00 2001 From: jao Date: Fri, 2 Sep 2022 03:13:26 +0100 Subject: lowercase frame names --- init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'init.el') diff --git a/init.el b/init.el index 1ee6ea3..770688c 100644 --- a/init.el +++ b/init.el @@ -1382,7 +1382,7 @@ (defun jao-afio--set-mode-line () (when (and window-system (fboundp 'jao-mode-line-hide-inactive)) - (if (string= "Docs" (jao-afio-frame-name)) + (if (string= "docs" (jao-afio-frame-name)) (jao-mode-line-show-inactive nil) (jao-mode-line-hide-inactive nil)))) -- cgit v1.2.3