From 5c9854c6654295874f4d00e8260a24f03b51ad69 Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Mon, 23 Oct 2023 11:46:34 +0100 Subject: [PATCH] Update org-agenda format --- home/emacs/doom/config.el | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/home/emacs/doom/config.el b/home/emacs/doom/config.el index 3e54fb68..87a70f8e 100644 --- a/home/emacs/doom/config.el +++ b/home/emacs/doom/config.el @@ -152,10 +152,10 @@ (setq org-agenda-sticky t) (setq org-agenda-files '("~/Org/")) (setq org-agenda-prefix-format - '((agenda . " %i %-12:c%-12t") - (todo . " %i %-24:c") - (tags . " %i %-24:c") - (search . " %i %-24:c")))) + '((agenda . " %i %t %s") + (todo . " %i") + (tags . " %i") + (search . " %i")))) ;; Set org-roam capture templates (after! org-roam