Add python to list of org-babel languages.

This commit is contained in:
Mateus Rodrigues
2022-11-06 12:53:15 +00:00
parent 789c020024
commit 679df14bff

View File

@@ -47,10 +47,6 @@
org-src-tab-acts-natively t
org-hide-emphasis-markers t)
;; use js2-mode instead of js-mode in org-mode
(add-to-list 'org-src-lang-modes
'("javascript" . js2))
;; load languages babel
(org-babel-do-load-languages
'org-babel-load-languages
@@ -60,7 +56,8 @@
;(eukleides . t) TODO search for ob-eukleides
(haskell . t)
(scheme . t)
(shell . t)))
(shell . t)
(python . t)))
;; default apps to open files with org-mode
(setq org-file-apps