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,13 +128,13 @@ unfold to point on startup."
(setq-default
org-agenda-dim-blocked-tasks nil
org-agenda-inhibit-startup t
org-agenda-skip-unavailable-files t)
;; 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
;; on, for example, a sunday
(setq org-agenda-span 10
org-agenda-start-on-weekday nil
org-agenda-start-day "-3d"))
org-agenda-skip-unavailable-files t
;; 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
;; on, for example, a sunday
org-agenda-span 10
org-agenda-start-on-weekday nil
org-agenda-start-day "-3d"))
(defun +org|setup-popups-rules ()
"Defines popup rules for org-mode (does nothing if :ui popup is disabled)."