From f88a2f7e37315cf308269ffe7a760eaef334b0d9 Mon Sep 17 00:00:00 2001 From: Kiana Sheibani Date: Fri, 8 Mar 2024 18:43:39 -0500 Subject: [PATCH] Tweak how org agenda opens --- config.org | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/config.org b/config.org index 902458e..c786e92 100644 --- a/config.org +++ b/config.org @@ -3003,7 +3003,11 @@ A full week-long agenda is usually too cluttered for me to read, so I'll narrow '((agenda habit-down time-up urgency-down category-up) (todo urgency-down time-up category-up) (tags urgency-down time-up category-up) - (search category-up)))) + (search category-up)) + + ;; Make sure agenda is the only window + org-agenda-window-setup 'only-window + org-agenda-restore-windows-after-quit t)) #+end_src *** Agenda View