Enable async execution of org source blocks

This commit is contained in:
Camden Dixie O'Brien 2021-01-01 00:00:32 +00:00
parent 57f60339e0
commit b2bd51307b

View File

@ -150,6 +150,14 @@ needs to be set up to install them if they aren't already.
(setq org-src-window-setup 'split-window-below) (setq org-src-window-setup 'split-window-below)
#+end_src #+end_src
*** Asyncronous Execution
=ob-async= makes source blocks with the ~:async~ keyword execute
asyncronously, super handy for long-running snippets etc.
#+begin_src emacs-lisp
(use-package ob-async)
#+end_src
** Exporting ** Exporting
I very rarely want a table of contents, as most of my org documents I very rarely want a table of contents, as most of my org documents
are pretty short. are pretty short.