From 2006bd98f3d440eb737301f05bc3b3a7410c2ce3 Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Wed, 11 Sep 2024 17:39:10 +0100 Subject: [PATCH] Use current-window for org edit special --- README.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.org b/README.org index 0cfba81..81ad70d 100644 --- a/README.org +++ b/README.org @@ -894,7 +894,7 @@ Configure email with iCalendar event support, to integrate with :after org :custom (org-src-preserve-indentation t) - (org-src-window-setup 'plain)) + (org-src-window-setup 'current-window)) (use-package ob-core :after org