added basic support for Babel inline programming in Org
This commit is contained in:
10
config.el
10
config.el
@@ -289,3 +289,13 @@
|
|||||||
(add-to-list 'exec-path "/Library/TeX/texbin")
|
(add-to-list 'exec-path "/Library/TeX/texbin")
|
||||||
;; -- end quick PATH fix --
|
;; -- end quick PATH fix --
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
;; vždy používej python3
|
||||||
|
(setq python-shell-interpreter "python3")
|
||||||
|
|
||||||
|
(after! org
|
||||||
|
(setq org-babel-python-command "python3")
|
||||||
|
(require 'ob-python))
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user