diff --git a/bundle/bundle--package.el b/bundle/bundle--package.el index 2a7ab574..0e9359d5 100644 --- a/bundle/bundle--package.el +++ b/bundle/bundle--package.el @@ -150,6 +150,10 @@ (org-babel-lob-ingest "~/.emacs.d/library-of-babel.org") :custom (org-adapt-indentation nil) + (org-agenda-prefix-format '((agenda . " %i %-12:c%?-12t%-6e% s") + (todo . " %i %-12:c %-6e") + (tags . " %i %-12:c") + (search . " %i %-12:c"))) (org-agenda-dim-blocked-tasks nil) (org-agenda-inhibit-startup nil) (org-agenda-span 14)