Remove ob-async
This commit is contained in:
parent
f82911dd3c
commit
e1f6fc184f
|
@ -908,11 +908,6 @@ Configure email with iCalendar event support, to integrate with
|
||||||
(push '(emacs-lisp . t) babel-languages)
|
(push '(emacs-lisp . t) babel-languages)
|
||||||
(org-babel-do-load-languages 'org-babel-load-languages babel-languages)))
|
(org-babel-do-load-languages 'org-babel-load-languages babel-languages)))
|
||||||
|
|
||||||
(add-to-list 'package-selected-packages 'ob-async)
|
|
||||||
(use-package ob-async
|
|
||||||
:if (package-installed-p 'ob-async)
|
|
||||||
:after ob-code)
|
|
||||||
|
|
||||||
(use-package ob-python
|
(use-package ob-python
|
||||||
:after ob-core
|
:after ob-core
|
||||||
:custom
|
:custom
|
||||||
|
|
Loading…
Reference in a new issue