From: Don Armstrong Date: Sun, 21 Feb 2016 02:59:09 +0000 (-0800) Subject: just load the hook directly X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=d8d25bd5b167e02ee015e248006f2666e0c80c82;p=lib.git just load the hook directly --- diff --git a/emacs_el/configuration/org-mode-configuration.el b/emacs_el/configuration/org-mode-configuration.el index eb850a2..c6e758a 100644 --- a/emacs_el/configuration/org-mode-configuration.el +++ b/emacs_el/configuration/org-mode-configuration.el @@ -474,10 +474,8 @@ Maildir, or by Message-ID." (when org-inline-image-overlays (org-redisplay-inline-images))) -(after-loading - 'org - (add-hook 'org-babel-after-execute-hook - 'my/fix-inline-images)) +(add-hook 'org-babel-after-execute-hook + 'my/fix-inline-images) ;; ;; org latex ;; ;; stolen from http://kieranhealy.org/esk/kjhealy.html