diff options
author | fpi | 2020-07-22 10:27:10 +0200 |
---|---|---|
committer | fpi | 2020-07-22 10:35:46 +0200 |
commit | 769cd83a080d9babe7433ac524a08127cdb8e755 (patch) | |
tree | 27c0ecec1dd195bf24b8bea732d9b1cbc54859db | |
parent | Set no-inheritance tags in the proper location (diff) |
Use other-window for org src edits
-rw-r--r-- | emacs-init.org | 2 |
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)) |