Add space for longer category names in agenda

This commit is contained in:
Kiana Sheibani 2024-03-19 15:17:47 -04:00
parent a5d3fbedb1
commit fa1d564bca
Signed by: toki
GPG key ID: 6CB106C25E86A9F7

View file

@ -3053,7 +3053,14 @@ A full week-long agenda is usually too cluttered for me to read, so I'll narrow
;; Make sure agenda is the only window ;; Make sure agenda is the only window
org-agenda-window-setup 'only-window org-agenda-window-setup 'only-window
org-agenda-restore-windows-after-quit t)) org-agenda-restore-windows-after-quit t
;; Agenda prefix
org-agenda-prefix-format
'((agenda . " %i %-18:c%?-12t% s")
(todo . " %i %-18:c")
(tags . " %i %-18:c")
(search . " %i %-18:c"))))
#+end_src #+end_src
*** Agenda View *** Agenda View