lang/org: also require jupyter-* libs w/ ob-jupyter

Relevant to #2198
This commit is contained in:
Henrik Lissner
2019-12-19 15:25:29 -05:00
parent c81b8445c4
commit 95e80b00da

View File

@ -15,4 +15,5 @@
(require (intern (format "ob-%s" lang))
nil t)))
(with-demoted-errors "Jupyter: %s"
(require lang nil t)
(require 'ob-jupyter nil t))))))