diff options
author | jao <jao@gnu.org> | 2022-09-02 03:13:26 +0100 |
---|---|---|
committer | jao <jao@gnu.org> | 2022-09-02 03:13:26 +0100 |
commit | 6ce5f612c74f4ab3e64c6d372219b4ee45489104 (patch) | |
tree | 9e96c07aa2a7c5371f3665bc9f7721b505c44516 /lib | |
parent | c1b7415179a0c3bfd4e74f41663d1816b2fd2135 (diff) | |
download | elibs-6ce5f612c74f4ab3e64c6d372219b4ee45489104.tar.gz elibs-6ce5f612c74f4ab3e64c6d372219b4ee45489104.tar.bz2 |
lowercase frame names
Diffstat (limited to 'lib')
-rw-r--r-- | lib/eos/jao-afio.el | 4 |
1 files changed, 2 insertions, 2 deletions
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)) |