diff --git a/modules/lang/org/config.el b/modules/lang/org/config.el index a40c00ba4..7d7679bb2 100644 --- a/modules/lang/org/config.el +++ b/modules/lang/org/config.el @@ -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)."