Skip to content
Snippets Groups Projects
Commit 2a40a0b1 authored by David Hamelin's avatar David Hamelin
Browse files

Removed initialization of equations

parent e80287ef
No related branches found
No related tags found
No related merge requests found
Pipeline #8973 skipped with stage
...@@ -617,7 +617,7 @@ out(""" ...@@ -617,7 +617,7 @@ out("""
implicit_libs: false, implicit_libs: false,
focus: false, focus: false,
editor: { mode: { 'company-coq': true } }, editor: { mode: { 'company-coq': true } },
all_pkgs: {'./coq-pkgs': ['coq'], './addons/teach/coq-pkgs': ['teach'], './addons/equations/coq-pkgs': ['equations']} all_pkgs: {'./coq-pkgs': ['coq'], './addons/teach/coq-pkgs': ['teach']}
}; };
JsCoq.start(jscoq_ids, jscoq_opts).then(res => { JsCoq.start(jscoq_ids, jscoq_opts).then(res => {
......
...@@ -256,7 +256,7 @@ Qed.</textarea> ...@@ -256,7 +256,7 @@ Qed.</textarea>
implicit_libs: false, implicit_libs: false,
focus: false, focus: false,
editor: { mode: { 'company-coq': true } }, editor: { mode: { 'company-coq': true } },
all_pkgs: {'./coq-pkgs': ['coq'], './addons/teach/coq-pkgs': ['teach'], './addons/equations/coq-pkgs': ['equations']} all_pkgs: {'./coq-pkgs': ['coq'], './addons/teach/coq-pkgs': ['teach']}
}; };
JsCoq.start(jscoq_ids, jscoq_opts).then(res => { JsCoq.start(jscoq_ids, jscoq_opts).then(res => {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment