🐛 tab-bar-helpers: Fix org-agenda key for agenda tab creation

This commit is contained in:
Marcel Kapfer 2023-01-03 16:27:08 +01:00
parent ee8fef3d1e
commit fa7024e33d
Signed by: mmk2410
GPG Key ID: CADE6F0C09F21B09
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@
(mmk2410/tab-bar-switch-or-create
"Agenda"
#'(lambda ()
(org-agenda nil "c")
(org-agenda nil "d")
(sit-for 1)
(split-window-horizontally)
(other-window 1)