org babel hook to redisplay images after executing blocks
This commit is contained in:
parent
eaef37c3f3
commit
f2d63b2b7b
4
init.el
4
init.el
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue