From b1fe1a377121aa0b9d76124d5cdeb60a72477d1b Mon Sep 17 00:00:00 2001 From: Hugo Herbelin Date: Tue, 22 Sep 2020 19:08:28 +0200 Subject: Setting default value for Display Parentheses off in CoqIDE. --- ide/coqide/coq.ml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- cgit v1.2.3