Customise org-babel execution behaviour

This commit is contained in:
Evie Litherland-Smith 2024-07-24 10:16:14 +01:00
parent 8b9448cdd3
commit af89858eae

View file

@ -472,7 +472,9 @@
(use-package ob-core
: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
(let (babel-languages)
(push '(lua . t) babel-languages)