From a86ae9c632df05c2fe0b9631f6a0c12b4b5e54c9 Mon Sep 17 00:00:00 2001 From: tavo-wasd Date: Sun, 23 Jun 2024 11:12:57 -0600 Subject: [PATCH] fix --- emacs/init.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/emacs/init.el b/emacs/init.el index a909e89..9023df8 100644 --- a/emacs/init.el +++ b/emacs/init.el @@ -142,9 +142,9 @@ (progn ;; Android custom org-latex-preview (setq org-preview-latex-process-alist '((dvipngweb - :programs ("latex" "dvipng") + :programs ("curl") :description "dvi > png" - :message "you need to install the programs: latex and dvipng." + :message "you need to install the programs: curl." :image-input-type "dvi" :image-output-type "png" :image-size-adjust (1.0 . 1.0)