From 92796f195c9ec8658cc641fa45dd3629560aca1c Mon Sep 17 00:00:00 2001 From: tavo-wasd Date: Sun, 23 Jun 2024 11:25:16 -0600 Subject: [PATCH] fix --- emacs/init.el | 1 + 1 file changed, 1 insertion(+) diff --git a/emacs/init.el b/emacs/init.el index 9023df8..964b092 100644 --- a/emacs/init.el +++ b/emacs/init.el @@ -140,6 +140,7 @@ (if (eq system-type 'android) (progn ;; Android custom org-latex-preview + (setq org-format-latex-options (plist-put org-format-latex-options :scale 100)) (setq org-preview-latex-process-alist '((dvipngweb :programs ("curl")