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,13 +128,13 @@ 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"))
|
||||||
|
|
||||||
(defun +org|setup-popups-rules ()
|
(defun +org|setup-popups-rules ()
|
||||||
"Defines popup rules for org-mode (does nothing if :ui popup is disabled)."
|
"Defines popup rules for org-mode (does nothing if :ui popup is disabled)."
|
||||||
|
Reference in New Issue
Block a user