branch: externals/consult
commit 3a97cf8a7157cb00d204adefdc1f58c3f0815803
Author: Daniel Mendler <[email protected]>
Commit: Daniel Mendler <[email protected]>
consult-preview-variables: Disable
org-startup-with-inline-images/latex-preview (See #538)
Thanks, @jdtsmith for the proposals.
---
consult.el | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/consult.el b/consult.el
index cf011e04ee..7f47f47122 100644
--- a/consult.el
+++ b/consult.el
@@ -311,7 +311,9 @@ The dynamically computed arguments are appended."
(enable-dir-local-variables . nil)
(enable-local-variables . nil)
(non-essential . t)
- (delay-mode-hooks . t))
+ (delay-mode-hooks . t)
+ (org-startup-with-inline-images . nil)
+ (org-startup-with-latex-preview . nil))
"Variables which are bound for file preview."
:type '(alist :key-type symbol))