tweak(org-agenda): reduce space for categories
This commit is contained in:
parent
ce0301f52c
commit
8c73f9510b
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue