branch: externals/consult
commit 3c85055da3638f836713f21c966ea55c057f41f5
Author: Daniel Mendler <[email protected]>
Commit: Daniel Mendler <[email protected]>

    consult-preview-variables: Add latexenc-dont-use-tex-guess-main-file-flag
    
    @astoff proposed to set this variable
---
 consult.el | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/consult.el b/consult.el
index 7f47f47122..a2cce3b139 100644
--- a/consult.el
+++ b/consult.el
@@ -313,7 +313,9 @@ The dynamically computed arguments are appended."
     (non-essential . t)
     (delay-mode-hooks . t)
     (org-startup-with-inline-images . nil)
-    (org-startup-with-latex-preview . nil))
+    (org-startup-with-latex-preview . nil)
+    (latexenc-dont-use-tex-guess-main-file-flag . t)
+    (latexenc-dont-use-TeX-master-flag . t))
   "Variables which are bound for file preview."
   :type '(alist :key-type symbol))
 

Reply via email to