chore(emacs): remove filenames from the org agenda

I don't really care where the todos come from. I only care about the todo
itself and I need to get it done.
This commit is contained in:
Ade Attwood 2025-01-21 09:37:53 +00:00
parent e243672164
commit a8dfb8fd79

View file

@ -157,6 +157,10 @@ just in in the current buffer."
(setq org-directory "~/Org"
org-todo-keywords '((sequence "TODO" "WAITING" "REVIEW" "|" "DONE" "ARCHIVED"))
org-agenda-prefix-format '((agenda . " %?-12t% s")
(todo . " ")
(tags . " %i %-12:c")
(search . " %i %-12:c"))
org-hide-emphasis-markers t
org-agenda-window-setup 'current-window
org-export-with-broken-links "mark"