From c51108b30902dab1046d3450c7ea220a5cebe3a3 Mon Sep 17 00:00:00 2001 From: Camden Dixie O'Brien Date: Fri, 1 Jan 2021 00:00:30 +0000 Subject: [PATCH] Stop org-agenda from messing up window layout --- config.org | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/config.org b/config.org index 46d7318..a71027d 100644 --- a/config.org +++ b/config.org @@ -114,6 +114,14 @@ needs to be set up to install them if they aren't already. '(("u" "Unscheduled tasks" tags "-SCHEDULED={.+}/!+TODO"))) #+end_src + By default, the agenda clobbers the rest of the windows in the + current frame, which I find a bit annoying. That behaviour is + controlled by [[help:org-agenda-window-setup][org-agenda-window-setup]]. + + #+begin_src emacs-lisp + (setq org-agenda-window-setup 'current-window) + #+end_src + ** Source Blocks Pressing tab inside a source block should indent appropriately for its