Remove ob-async

This commit is contained in:
Evie Litherland-Smith 2024-09-10 16:02:23 +01:00
parent f82911dd3c
commit e1f6fc184f

View file

@ -908,11 +908,6 @@ Configure email with iCalendar event support, to integrate with
(push '(emacs-lisp . t) 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
:after ob-core
:custom