mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
Minor reformatting of org-agenda config
This commit is contained in:
@ -128,11 +128,11 @@ unfold to point on startup."
|
|||||||
(setq-default
|
(setq-default
|
||||||
org-agenda-dim-blocked-tasks nil
|
org-agenda-dim-blocked-tasks nil
|
||||||
org-agenda-inhibit-startup t
|
org-agenda-inhibit-startup t
|
||||||
org-agenda-skip-unavailable-files t)
|
org-agenda-skip-unavailable-files t
|
||||||
;; Move the agenda to show the previous 3 days and the next 7 days for a bit
|
;; Move the agenda to show the previous 3 days and the next 7 days for a bit
|
||||||
;; better context instead of just the current week which is a bit confusing
|
;; better context instead of just the current week which is a bit confusing
|
||||||
;; on, for example, a sunday
|
;; on, for example, a sunday
|
||||||
(setq org-agenda-span 10
|
org-agenda-span 10
|
||||||
org-agenda-start-on-weekday nil
|
org-agenda-start-on-weekday nil
|
||||||
org-agenda-start-day "-3d"))
|
org-agenda-start-day "-3d"))
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user