Stop org-src from messing up window layout
This commit is contained in:
parent
c51108b309
commit
09cf221fe7
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user