summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorCase Duckworth2021-01-26 12:20:19 -0600
committerCase Duckworth2021-01-26 12:20:19 -0600
commit19bdca16a9f0b31caee32db5220d958758ff43af (patch)
tree614385d73b1574574b5048a7dfccfddd48422afe
parentExport org with sub- and superscripts (diff)
downloademacs-19bdca16a9f0b31caee32db5220d958758ff43af.tar.gz
emacs-19bdca16a9f0b31caee32db5220d958758ff43af.zip
Change org-src-window-setup to current-window
I'd love it if we had a split-window-sensibly option, but alas.
-rw-r--r--config.org2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.org b/config.org index ac61973..0d52e31 100644 --- a/config.org +++ b/config.org
@@ -1673,7 +1673,7 @@ I want to use the newest version of Org that I can.
1673 org-pretty-entities t 1673 org-pretty-entities t
1674 ;; Source blocks 1674 ;; Source blocks
1675 org-src-tab-acts-natively t 1675 org-src-tab-acts-natively t
1676 org-src-window-setup 'split-window-below ; could change this based on geom 1676 org-src-window-setup 'current-window ; the least stupid option
1677 org-confirm-babel-evaluate nil 1677 org-confirm-babel-evaluate nil
1678 ;; Behavior 1678 ;; Behavior
1679 org-adapt-indentation nil ; don't indent things 1679 org-adapt-indentation nil ; don't indent things