From 73f89fd9074cac26bff3e68be699e6c1c6ec8883 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Wed, 8 Apr 2020 15:13:10 -0400 Subject: [PATCH] Fix #2848: unset org-agenda-inhibit-startup --- modules/lang/org/config.el | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/lang/org/config.el b/modules/lang/org/config.el index c0ed2791c..252b44f3f 100644 --- a/modules/lang/org/config.el +++ b/modules/lang/org/config.el @@ -71,7 +71,6 @@ Is relative to `org-directory', unless it is absolute. Is used in Doom's default (setq-default ;; Don't monopolize the whole frame just for the agenda org-agenda-window-setup 'current-window - 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