[Org] Clean up agenda display

This commit is contained in:
Marcel Kapfer 2022-06-23 17:22:18 +02:00
parent c962f26abe
commit 01f5521cd2
Signed by: mmk2410
GPG Key ID: CADE6F0C09F21B09
1 changed files with 4 additions and 4 deletions

View File

@ -1135,10 +1135,10 @@ Make the column for categories wider.
#+begin_src emacs-lisp
(setq org-agenda-prefix-format
'((agenda . " %i %-18:c%?-12t% s")
(todo . " %i %-18:c")
(tags . " %i %-18:c")
(search . " %i %-18:c")))
'((agenda . " %i %?-12t% s")
(todo . " %i")
(tags . " %i")
(search . " %i")))
#+end_src
Finally define the org-agenda display using [[https://github.com/alphapapa/org-super-agenda][org-super-agenda]] by alphapapa.