1
0
Fork 0

Enable python and shell for org babel

This commit is contained in:
Daniele Tricoli 2023-03-21 03:14:50 +01:00
parent cd31172ee5
commit 27c1c8c36d

View file

@ -116,6 +116,13 @@
; Hide emphasis markup.
(setq org-hide-emphasis-markers t)
(setq org-babel-python-command "python3")
(setq org-confirm-babel-evaluate nil)
(org-babel-do-load-languages
'org-babel-load-languages
'((python . t)
(shell . t)))
) ; End of use-package org block
(use-package org-superstar