Stop org-agenda from messing up window layout

This commit is contained in:
Camden Dixie O'Brien 2021-01-01 00:00:30 +00:00
parent 31a89b71a9
commit c51108b309

View File

@ -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