From 01f5521cd201559dc5b3df017624babd8b0138f9 Mon Sep 17 00:00:00 2001 From: Marcel Kapfer Date: Thu, 23 Jun 2022 17:22:18 +0200 Subject: [PATCH] [Org] Clean up agenda display --- config.org | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/config.org b/config.org index 692e2ae..223e4c4 100644 --- a/config.org +++ b/config.org @@ -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.