From 453c6e37bf8433b490f4f60fd58fbc107115a3a7 Mon Sep 17 00:00:00 2001 From: Daniel Borchmann Date: Fri, 30 Apr 2021 15:39:12 +0200 Subject: [PATCH] Add missing parenthesis MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This happens if one does not restart Emacs that often … --- init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.el b/init.el index 6bc3041..1d5e29a 100644 --- a/init.el +++ b/init.el @@ -1107,7 +1107,7 @@ ((org-agenda-span 7) (org-agenda-archives-mode t) (org-agenda-dim-blocked-tasks nil) - (org-agenda-skip-deadline-prewarning-if-scheduled t)))))) + (org-agenda-skip-deadline-prewarning-if-scheduled t))))))) :config (progn ;; avoid important buffers to end up in `org-agenda-new-buffers’ by