summaryrefslogtreecommitdiffhomepage
path: root/init.el
diff options
context:
space:
mode:
authorjao <jao@gnu.org>2022-09-02 03:13:26 +0100
committerjao <jao@gnu.org>2022-09-02 03:13:26 +0100
commit6ce5f612c74f4ab3e64c6d372219b4ee45489104 (patch)
tree9e96c07aa2a7c5371f3665bc9f7721b505c44516 /init.el
parentc1b7415179a0c3bfd4e74f41663d1816b2fd2135 (diff)
downloadelibs-6ce5f612c74f4ab3e64c6d372219b4ee45489104.tar.gz
elibs-6ce5f612c74f4ab3e64c6d372219b4ee45489104.tar.bz2
lowercase frame names
Diffstat (limited to 'init.el')
-rw-r--r--init.el2
1 files changed, 1 insertions, 1 deletions
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))))