From b1b67e7ffe09b55e9e059920ab83868e8c7fcee4 Mon Sep 17 00:00:00 2001 From: Daniel Borchmann Date: Sat, 4 Jul 2020 12:39:42 +0200 Subject: [PATCH] Update default value of `org-agenda-prefix-format' This matches my current customization and should thus be the default. --- init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.el b/init.el index ea2556e..6168ae2 100644 --- a/init.el +++ b/init.el @@ -980,7 +980,7 @@ With given ARG, display files in `db/important-document-path’." "") org-agenda-prefix-format - '((agenda . "%11s%?-12t") + '((agenda . "%11s%?-12t%-4e ") (todo . "%-8c ") (tags . "%-8c ") (search . "%-8c "))