diff options
| author | Emilio Jesus Gallego Arias | 2019-06-07 18:45:45 +0200 |
|---|---|---|
| committer | Emilio Jesus Gallego Arias | 2019-06-07 18:45:45 +0200 |
| commit | 0d97f184408ffd50d11608f0e73ac3edaf1193ca (patch) | |
| tree | 661da54d81baeabe90fd87e7bad71a91178f8912 /dev | |
| parent | 398c8ca2195be511e20480991f4b0a49060204e8 (diff) | |
| parent | f2753cbb1f2aee24dfd7f231d5285e2c6ce12abd (diff) | |
Merge PR #10236: Update coqdev-setup-proofgeneral for dune
Ack-by: SkySkimmer
Ack-by: ejgallego
Diffstat (limited to 'dev')
| -rw-r--r-- | dev/tools/coqdev.el | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/dev/tools/coqdev.el b/dev/tools/coqdev.el index b89ae67a82..5f9f326750 100644 --- a/dev/tools/coqdev.el +++ b/dev/tools/coqdev.el @@ -78,11 +78,7 @@ Specifically `camldebug-command-name' and `ocamldebug-command-name'." Note that this function is executed before _Coqproject is read if it exists." (let ((dir (coqdev-default-directory))) (when dir - (unless coq-prog-args - (setq coq-prog-args - `("-coqlib" ,dir - "-topfile" ,buffer-file-name))) - (setq-local coq-prog-name (concat dir "bin/coqtop"))))) + (setq-local coq-prog-name (concat dir "_build/default/dev/shim/coqtop-prelude"))))) (add-hook 'hack-local-variables-hook #'coqdev-setup-proofgeneral) (defvar coqdev-ocamldebug-command "dune exec dev/dune-dbg" |
