aboutsummaryrefslogtreecommitdiff
path: root/ide
diff options
context:
space:
mode:
authorcoqbot-app[bot]2020-09-22 21:03:00 +0000
committerGitHub2020-09-22 21:03:00 +0000
commitc66919b501f58867fa4cb05bcf80c83f96042a90 (patch)
treea37ec2e5b5fbbf606672dd6feabe31bc81426bb5 /ide
parent46bc7d034aa57c21825371e99b25c6f86c0812d1 (diff)
parentc6a27e8b7ffd04dab66d61194cca7878b2351223 (diff)
Merge PR #13067: Setting default value for Display Parentheses off in CoqIDE
Reviewed-by: ejgallego
Diffstat (limited to 'ide')
-rw-r--r--ide/coqide/coq.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/ide/coqide/coq.ml b/ide/coqide/coq.ml
index 0e237b74fe..038c8b91a8 100644
--- a/ide/coqide/coq.ml
+++ b/ide/coqide/coq.ml
@@ -559,7 +559,7 @@ struct
{ opts = [raw_matching]; init = true;
label = "Display raw _matching expressions" };
{ opts = [notations]; init = true; label = "Display _notations" };
- { opts = [parentheses]; init = true; label = "Display _parentheses" };
+ { opts = [parentheses]; init = false; label = "Display _parentheses" };
{ opts = [all_basic]; init = false;
label = "Display _all basic low-level contents" };
{ opts = [existential]; init = false;