diff options
| author | Hugo Herbelin | 2020-09-22 19:08:28 +0200 |
|---|---|---|
| committer | Hugo Herbelin | 2020-09-22 19:08:28 +0200 |
| commit | b1fe1a377121aa0b9d76124d5cdeb60a72477d1b (patch) | |
| tree | 0ee32c92f8ca5a34be39453eefb56fd4bd4d0e53 /ide | |
| parent | c3a73c5e923953efea016a81d380e58b2cccb4f9 (diff) | |
Setting default value for Display Parentheses off in CoqIDE.
Diffstat (limited to 'ide')
| -rw-r--r-- | ide/coqide/coq.ml | 2 |
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; |
