tweak(org-agenda): reduce space for categories

This commit is contained in:
Kiana Sheibani 2024-08-22 18:30:19 -04:00
parent ce0301f52c
commit 8c73f9510b
Signed by: toki
GPG key ID: 6CB106C25E86A9F7

View file

@ -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