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)