diff options
| -rw-r--r-- | coq/coq-syntax.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/coq/coq-syntax.el b/coq/coq-syntax.el index 00ffa3b7..f0d26253 100644 --- a/coq/coq-syntax.el +++ b/coq/coq-syntax.el @@ -10,7 +10,7 @@ (require 'coq-db) (defcustom coq-prog-name ;; da: moved from coq.el since needed here - "coqtop" + (proof-locate-executable "coqtop.opt" t '("C:/Program Files/Coq/bin")) "*Name of program to run as Coq. See `proof-prog-name', which is set from this. On Windows with latest Coq package you might need something like: C:/Program Files/Coq/bin/coqtop.opt.exe |
