]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/matitaInit.ml
Initialization of matita.map_unicode_to_tex moved from matitaGui to matitaInit
[helm.git] / matita / matitaInit.ml
index 72c8600bb76a42fe13b968859319a7433db73f94..7ffb67d9f8cf8d15413f8ec2a7b2e438e04d9dc8 100644 (file)
@@ -45,13 +45,14 @@ let already_configured s l =
 let conffile = ref BuildTimeConf.matita_conf
 
 let registry_defaults = [
-  "matita.debug",             "false";
-  "matita.external_editor",   "gvim -f -c 'go %p' %f";
-  "matita.preserve",          "false";
-  "matita.profile",           "true";
-  "matita.system",            "false";
-  "matita.verbosity",         "1";
-  "matita.bench",              "false";
+  "matita.debug",                "false";
+  "matita.external_editor",      "gvim -f -c 'go %p' %f";
+  "matita.preserve",             "false";
+  "matita.profile",              "true";
+  "matita.system",               "false";
+  "matita.verbosity",            "1";
+  "matita.bench",                "false";
+  "matita.paste_unicode_as_tex", "false"
     (** verbosity level: 1 is the default, 0 is intuitively "quiet", > 1 is
      * intuitively verbose *)
 ]