Commit 1283b3a3c038

Vincent Demeester <vincent@sbr.pm>
2020-04-27 11:37:13
config-org.el: using current-window for org-src
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent 256c3c3
Changed files (1)
tools
emacs
tools/emacs/config/config-org.el
@@ -242,7 +242,7 @@
   :config
   (setq org-src-fontify-natively t
         org-src-tab-acts-natively t
-        org-src-window-setup 'split-window-right
+        org-src-window-setup 'current-window
         org-edit-src-content-indentation 0))
 ;; -OrgSrc