From fe423e421a78cf78d1e86673cbe90e91508e629c Mon Sep 17 00:00:00 2001 From: Lucien Cartier-Tilet Date: Mon, 27 Dec 2021 13:44:36 +0100 Subject: [PATCH] [Emacs] Fix loading `ob-latex-as-png' --- org/config/emacs.org | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/org/config/emacs.org b/org/config/emacs.org index c8ab5da..da111a2 100644 --- a/org/config/emacs.org +++ b/org/config/emacs.org @@ -3922,10 +3922,7 @@ exporter I use afterwards. Its installation is pretty simple: #+begin_src emacs-lisp (use-package ob-latex-as-png :after org - :straight (:build t) - :defer t - :init - (add-to-list 'org-babel-load-languages '(latex-as-png . t))) + :straight (:build t)) #+end_src #+begin_src emacs-lisp