home

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 1283b3a3c03855dec5dba36ce75f037b540adf56
parent 256c3c3771fbed6d06995f42535c0d9a00926210
Author: Vincent Demeester <vincent@sbr.pm>
Date:   Mon, 27 Apr 2020 11:37:13 +0200

config-org.el: using current-window for org-src

Signed-off-by: Vincent Demeester <vincent@sbr.pm>

Diffstat:
Mtools/emacs/config/config-org.el | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/emacs/config/config-org.el b/tools/emacs/config/config-org.el @@ -242,7 +242,7 @@ :config (setq org-src-fontify-natively t org-src-tab-acts-natively t - org-src-window-setup 'split-window-right + org-src-window-setup 'current-window org-edit-src-content-indentation 0)) ;; -OrgSrc