From 525dea0487c9f5a533981f270153010c205188c8 Mon Sep 17 00:00:00 2001 From: Simon Parri Date: Thu, 7 Aug 2025 09:17:23 -0500 Subject: carrot/Emacs: Make Org agenda narrower --- carrot/.emacs.d/local-init.el | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'carrot') diff --git a/carrot/.emacs.d/local-init.el b/carrot/.emacs.d/local-init.el index b6960bd..c9e4948 100644 --- a/carrot/.emacs.d/local-init.el +++ b/carrot/.emacs.d/local-init.el @@ -1 +1,7 @@ (load-theme 'doom-dracula) + +(setq org-agenda-prefix-format + '((agenda . " %?-12t% s") + (todo . " ") + (tags . " ") + (search . " "))) -- cgit v1.2.3