Add proper babel config
This commit is contained in:
parent
a034791698
commit
680bf9130d
@ -130,6 +130,12 @@
|
|||||||
;; PYTHON CONFIGURATION
|
;; PYTHON CONFIGURATION
|
||||||
;; --------------------------------------
|
;; --------------------------------------
|
||||||
|
|
||||||
|
;; enable org-mode babel python code blocks
|
||||||
|
(org-babel-do-load-languages
|
||||||
|
'org-babel-load-languages
|
||||||
|
'((python . t)
|
||||||
|
(matlab . t)))
|
||||||
|
|
||||||
(elpy-enable)
|
(elpy-enable)
|
||||||
(setq python-shell-interpreter "python3"
|
(setq python-shell-interpreter "python3"
|
||||||
python-shell-interpreter-args "-i")
|
python-shell-interpreter-args "-i")
|
||||||
|
Loading…
Reference in New Issue
Block a user