[Emacs] Fix loading `ob-latex-as-png'
This commit is contained in:
parent
290c07d741
commit
fe423e421a
@ -3922,10 +3922,7 @@ exporter I use afterwards. Its installation is pretty simple:
|
|||||||
#+begin_src emacs-lisp
|
#+begin_src emacs-lisp
|
||||||
(use-package ob-latex-as-png
|
(use-package ob-latex-as-png
|
||||||
:after org
|
:after org
|
||||||
:straight (:build t)
|
:straight (:build t))
|
||||||
:defer t
|
|
||||||
:init
|
|
||||||
(add-to-list 'org-babel-load-languages '(latex-as-png . t)))
|
|
||||||
#+end_src
|
#+end_src
|
||||||
|
|
||||||
#+begin_src emacs-lisp
|
#+begin_src emacs-lisp
|
||||||
|
Loading…
Reference in New Issue
Block a user