org babel hook to redisplay images after executing blocks

This commit is contained in:
Evie Litherland-Smith 2024-05-20 14:07:51 +01:00
parent eaef37c3f3
commit f2d63b2b7b

View file

@ -652,6 +652,10 @@
:custom :custom
(org-src-window-setup 'current-window)) (org-src-window-setup 'current-window))
(use-package ob-core
:after org
:hook ((org-babel-after-execute . org-redisplay-inline-images)))
(use-package org-capture (use-package org-capture
:after org :after org
:bind :bind