From a8dfb8fd79119f2da858600755c3ce5d47aa9a8b Mon Sep 17 00:00:00 2001 From: Ade Attwood Date: Tue, 21 Jan 2025 09:37:53 +0000 Subject: [PATCH] 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. --- site-modules/core/files/emacs/init.el | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/site-modules/core/files/emacs/init.el b/site-modules/core/files/emacs/init.el index 4e802c9..8400557 100644 --- a/site-modules/core/files/emacs/init.el +++ b/site-modules/core/files/emacs/init.el @@ -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"