Add config for ob-ipython

This commit is contained in:
Adam Goldsmith 2018-11-06 12:50:41 -05:00
parent d31d0e9050
commit eda68f0f9e
1 changed files with 7 additions and 1 deletions

View File

@ -228,7 +228,13 @@
""
(interactive)
(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
:config