Customise org-babel execution behaviour
This commit is contained in:
parent
8b9448cdd3
commit
af89858eae
4
init.el
4
init.el
|
@ -472,7 +472,9 @@
|
||||||
|
|
||||||
(use-package ob-core
|
(use-package ob-core
|
||||||
:after org
|
:after org
|
||||||
:hook ((org-babel-after-execute . org-redisplay-inline-images))
|
:custom
|
||||||
|
(org-babel-no-eval-on-ctrl-c-ctrl-c t)
|
||||||
|
(org-confirm-babel-evaluate nil)
|
||||||
:config
|
:config
|
||||||
(let (babel-languages)
|
(let (babel-languages)
|
||||||
(push '(lua . t) babel-languages)
|
(push '(lua . t) babel-languages)
|
||||||
|
|
Loading…
Reference in a new issue