Stop org-src from messing up window layout

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

View File

@ -151,6 +151,14 @@ needs to be set up to install them if they aren't already.
(setq org-confirm-babel-evaluate nil) (setq org-confirm-babel-evaluate nil)
#+end_src #+end_src
Another annoying thing that happens by default is the clobbering of
the window layout when you open a source block. You can change that
by setting [[help:org-src-window-setup][org-src-window-setup]].
#+begin_src emacs-lisp
(setq org-src-window-setup 'split-window-below)
#+end_src
** Exporting ** Exporting
*** HTML *** HTML