Compare commits
2 commits
5fa118233c
...
8245264874
Author | SHA1 | Date | |
---|---|---|---|
8245264874 | |||
310afa5672 |
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ DEFAULT_SETTINGS = {
|
||||||
"reset_redo_stack": True,
|
"reset_redo_stack": True,
|
||||||
"last_install_greet": "0",
|
"last_install_greet": "0",
|
||||||
"enable_latex": which("latex") is not None and which("dvipng") is not None,
|
"enable_latex": which("latex") is not None and which("dvipng") is not None,
|
||||||
"enable_latex_threaded": True,
|
"enable_latex_threaded": False,
|
||||||
"expression_editor": {
|
"expression_editor": {
|
||||||
"autoclose": True,
|
"autoclose": True,
|
||||||
"colorize": True,
|
"colorize": True,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue