Load Python as an org-babel language
This commit is contained in:
parent
49ec8abded
commit
1712f89347
@ -3038,6 +3038,10 @@ This is a big one; I use a lot of customisation here.
|
|||||||
(require 'org-inlinetask)
|
(require 'org-inlinetask)
|
||||||
;; Make it possible to use structure templates with < X TAB
|
;; Make it possible to use structure templates with < X TAB
|
||||||
(require 'org-tempo)
|
(require 'org-tempo)
|
||||||
|
;; Make sure we load Python babel stuff
|
||||||
|
(org-babel-do-load-languages
|
||||||
|
'org-babel-load-languages
|
||||||
|
'((python . t)))
|
||||||
|
|
||||||
:custom
|
:custom
|
||||||
(org-log-into-drawer t)
|
(org-log-into-drawer t)
|
||||||
|
Loading…
Reference in New Issue
Block a user