Set default org-agenda-span back to week

This commit is contained in:
Evie Litherland-Smith 2024-10-17 13:33:56 +01:00
parent 833962c701
commit 39cf44fc6e

View file

@ -997,7 +997,7 @@ Configure email with iCalendar event support, to integrate with
:bind (("C-c a" . org-agenda))
:hook (org-agenda-finalize . org-agenda-to-appt)
:custom
(org-agenda-span 'day)
(org-agenda-span 'week)
(org-agenda-start-on-weekday 1)
(org-agenda-sticky nil)
(org-agenda-window-setup 'current-window)