Load Python as an org-babel language

This commit is contained in:
Gergely Polonkai 2023-01-22 07:49:22 +01:00
parent 49ec8abded
commit 1712f89347
No known key found for this signature in database
GPG Key ID: 2D2885533B869ED4
1 changed files with 4 additions and 0 deletions

View File

@ -3038,6 +3038,10 @@ This is a big one; I use a lot of customisation here.
(require 'org-inlinetask)
;; Make it possible to use structure templates with < X TAB
(require 'org-tempo)
;; Make sure we load Python babel stuff
(org-babel-do-load-languages
'org-babel-load-languages
'((python . t)))
:custom
(org-log-into-drawer t)