summaryrefslogtreecommitdiff
path: root/emacs-init.org
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--emacs-init.org2
1 files changed, 1 insertions, 1 deletions
diff --git a/emacs-init.org b/emacs-init.org
index ee1e26b..c4c4923 100644
--- a/emacs-init.org
+++ b/emacs-init.org
@@ -2631,7 +2631,7 @@ Switch projects and subprojects from NEXT back to TODO"
)
(use-package org-src
:custom
- (org-src-window-setup 'current-window)
+ (org-src-window-setup 'other-window)
(org-src-fontify-natively t)
(org-src-tab-acts-natively t)
(org-edit-src-content-indentation 0))