[Emacs] Fix loading `ob-latex-as-png'

This commit is contained in:
Lucien Cartier-Tilet 2021-12-27 13:44:36 +01:00
parent 290c07d741
commit fe423e421a
Signed by: phundrak
GPG Key ID: BD7789E705CB8DCA
1 changed files with 1 additions and 4 deletions

View File

@ -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