diff options
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)) |