lang/org: fix ob-async support
ob-async uses org-babel-load-languages to load babel packages in a child process, but packages entered into the org-babel-load-languages variable by Doom's lazy loader were misnamed. This caused load errors in the child process. The language-to-package resolution is now performed before it is entered into org-babel-load-languages. Additionally, ob-async will now be lazy loaded if it is available (and fail silently otherwise).
This commit is contained in:
parent
9144bcb19c
commit
2d13dbe10a
1 changed files with 12 additions and 7 deletions
Loading…
Add table
Add a link
Reference in a new issue