From 1712f89347d9c7beee12635124ab090eb751a36e Mon Sep 17 00:00:00 2001 From: Gergely Polonkai Date: Sun, 22 Jan 2023 07:49:22 +0100 Subject: [PATCH] Load Python as an org-babel language --- configuration.org | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/configuration.org b/configuration.org index bc979b8..b7e10bd 100644 --- a/configuration.org +++ b/configuration.org @@ -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)