Minor reformatting of org-agenda config

This commit is contained in:
Henrik Lissner 2018-06-10 01:32:19 +02:00
parent 9bd5cb862d
commit 7f31704815
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -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"))