Skip to content

Commit 7c8d783

Browse files
author
xenodium
committed
Disable LaTeX rendering by default (occasional issues)
1 parent eb8e55c commit 7c8d783

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

chatgpt-shell.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -569,7 +569,7 @@ See `chatgpt-shell-streaming'
569569
:type 'boolean
570570
:group 'chatgpt-shell)
571571

572-
(defcustom chatgpt-shell-render-latex t
572+
(defcustom chatgpt-shell-render-latex nil
573573
"Whether or not to render LaTeX blocks (experimental).
574574
575575
Experimental. Please report issues."

0 commit comments

Comments
 (0)