From 769cd83a080d9babe7433ac524a08127cdb8e755 Mon Sep 17 00:00:00 2001 From: fpi Date: Wed, 22 Jul 2020 10:27:10 +0200 Subject: Use other-window for org src edits --- emacs-init.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'emacs-init.org') 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)) -- cgit v1.2.3