commit bc7b53745e87143cbebaad1e1f49a06c4c1dc50f
parent a7d718e2c9c14f6d060b5fd862d29ad6697c9405
Author: Cem Keylan <cem@ckyln.com>
Date: Fri, 19 Jun 2020 15:13:31 +0300
init: change agenda span to a week
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/init.org b/init.org
@@ -318,7 +318,7 @@ the [[Attribution]] section.
:custom
(org-directory "~/Org/")
(org-default-notes-file "~/Org/refile.org")
- (org-agenda-span 'day)
+ (org-agenda-span 'week)
(org-todo-keywords (quote ((sequence "TODO(t)" "NEXT(n)" "|" "DONE(d)")
(sequence "WAITING(w@/!)" "HOLD(h@/!)" "|" "CANCELLED(c@/!)" "PHONE" "MEETING"))))
(org-use-fast-todo-selection t)