mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
org-agenda-dim-blocked-tasks = t (default) #2365
This way, parent todos are at least displayed, but dimmed.
This commit is contained in:
@ -78,8 +78,6 @@ path too.")
|
|||||||
(setq-default
|
(setq-default
|
||||||
;; Don't monopolize the whole frame just for the agenda
|
;; Don't monopolize the whole frame just for the agenda
|
||||||
org-agenda-window-setup 'current-window
|
org-agenda-window-setup 'current-window
|
||||||
;; Hide blocked tasks in the agenda view.
|
|
||||||
org-agenda-dim-blocked-tasks 'invisible
|
|
||||||
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
|
||||||
|
Reference in New Issue
Block a user