mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-21 13:53:38 -05:00
ob-comint (included with org) added native :async support. It only works for python currently, but unlike ob-async supports :session for :async python blocks. In fact, it *requires* :session, so we still fall back to ob-async in its absence, failing that, it ultimately falls back to synchronous execution.