From 09cf221fe70aee87381a10bf84d75cfe08569b3e 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-src from messing up window layout --- config.org | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/config.org b/config.org index a71027d..7159bab 100644 --- a/config.org +++ b/config.org @@ -151,6 +151,14 @@ needs to be set up to install them if they aren't already. (setq org-confirm-babel-evaluate nil) #+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 *** HTML