Add config for ob-ipython
This commit is contained in:
parent
d31d0e9050
commit
eda68f0f9e
@ -228,7 +228,13 @@
|
|||||||
""
|
""
|
||||||
(interactive)
|
(interactive)
|
||||||
(yas-minor-mode t)
|
(yas-minor-mode t)
|
||||||
(yas-expand-snippet (yas-lookup-snippet "Homework Header" 'org-mode))))
|
(yas-expand-snippet (yas-lookup-snippet "Homework Header" 'org-mode)))
|
||||||
|
|
||||||
|
(use-package ob-ipython
|
||||||
|
:config
|
||||||
|
(org-babel-do-load-languages
|
||||||
|
'org-babel-load-languages
|
||||||
|
'((ipython . t)))))
|
||||||
|
|
||||||
(use-package windmove
|
(use-package windmove
|
||||||
:config
|
:config
|
||||||
|
Loading…
Reference in New Issue
Block a user