mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
Fix #2848: unset org-agenda-inhibit-startup
This commit is contained in:
@ -71,7 +71,6 @@ Is relative to `org-directory', unless it is absolute. Is used in Doom's default
|
|||||||
(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
|
||||||
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
|
||||||
|
Reference in New Issue
Block a user