Enable async execution of org source blocks
This commit is contained in:
parent
57f60339e0
commit
b2bd51307b
@ -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.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user