Use the current window to edit org-mode source block buffers

This commit is contained in:
Gerard Vermeulen 2022-05-01 07:54:35 +02:00
parent b4f8f94d7d
commit fa47364def
1 changed files with 3 additions and 0 deletions

View File

@ -2024,6 +2024,9 @@ new [[info:org#Editing Source Code][<LANGUAGE>-modes]]: =latex-header= and =late
'((:exports . "results") (:results . "raw")))
(with-eval-after-load 'org-src
(custom-set-variables
'(org-src-window-setup 'current-window))
(add-to-list 'org-src-lang-modes '("toml" . conf-toml))
(add-to-list 'org-src-lang-modes '("latex-header" . latex))
(add-to-list 'org-src-lang-modes '("latex-extra-header" . latex))))