From 2d58576715191dd3a8d3230e2f8a5f0cf9083463 Mon Sep 17 00:00:00 2001 From: Gergely Polonkai Date: Mon, 28 Nov 2016 10:18:13 +0100 Subject: [PATCH] Edit Org source block in the current window --- init.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/init.el b/init.el index 5857c29..ff1e268 100644 --- a/init.el +++ b/init.el @@ -377,7 +377,8 @@ org-html-checkbox-types '((unicode (on . "") (off . "") - (trans . "")))) + (trans . ""))) + org-src-window-setup 'current-window) :bind (:map gpolonkai/pers-map ("a" . org-agenda-list)