From 8c73f9510b09802eba183fdcc404e90a76544de9 Mon Sep 17 00:00:00 2001 From: Kiana Sheibani Date: Thu, 22 Aug 2024 18:30:19 -0400 Subject: [PATCH] tweak(org-agenda): reduce space for categories --- config.org | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/config.org b/config.org index 52c1b4a..158cc19 100644 --- a/config.org +++ b/config.org @@ -3756,10 +3756,10 @@ A full week-long agenda is usually too cluttered for me to read, so I'll narrow ;; Agenda prefix org-agenda-prefix-format - '((agenda . " %i %-36:c%?-12t% s") - (todo . " %i %-36:c") - (tags . " %i %-36:c") - (search . " %i %-36:c")))) + '((agenda . " %i %-28:c %?-12t% s") + (todo . " %i %-28:c ") + (tags . " %i %-28:c ") + (search . " %i %-28:c ")))) #+end_src *** Agenda View