From 6ce5f612c74f4ab3e64c6d372219b4ee45489104 Mon Sep 17 00:00:00 2001 From: jao Date: Fri, 2 Sep 2022 03:13:26 +0100 Subject: lowercase frame names --- lib/eos/jao-afio.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/eos') diff --git a/lib/eos/jao-afio.el b/lib/eos/jao-afio.el index 7bb85a0..627630e 100644 --- a/lib/eos/jao-afio.el +++ b/lib/eos/jao-afio.el @@ -159,8 +159,8 @@ (defun jao-afio-frame-name (&optional c) (alist-get (or c (jao-afio--current-config)) - '((?c . "Main") (?s . "Scratch") (?g . "Mail") - (?p . "Docs") (?w . "Web")))) + '((?c . "main") (?s . "scratch") (?g . "mail") + (?p . "docs") (?w . "web")))) (defun jao-afio-frame-no (&optional c) (alist-get (or c (jao-afio--current-config)) -- cgit v1.2.3