diff options
| author | Maxime Dénès | 2017-05-03 19:41:20 +0200 |
|---|---|---|
| committer | Maxime Dénès | 2017-05-03 19:41:20 +0200 |
| commit | e4c9f490a588424a49cb092ce38ad757f5c6e712 (patch) | |
| tree | c065415b5b20174bea209342f93872d0155640dd | |
| parent | 7fa6663aeb79c10c9f38ab4d8d5cf402dc31e01f (diff) | |
| parent | e1fc5c4dae82acd2eb6618724599aca368c200b7 (diff) | |
Merge PR#386: Better editing of the standard library in coqtop/PG
| -rw-r--r-- | theories/.dir-locals.el | 4 | ||||
| -rw-r--r-- | theories/Init/_CoqProject | 2 |
2 files changed, 6 insertions, 0 deletions
diff --git a/theories/.dir-locals.el b/theories/.dir-locals.el new file mode 100644 index 0000000000..4e8830f6c1 --- /dev/null +++ b/theories/.dir-locals.el @@ -0,0 +1,4 @@ +((coq-mode . ((eval . (let ((default-directory (locate-dominating-file + buffer-file-name ".dir-locals.el"))) + (setq-local coq-prog-args `("-coqlib" ,(expand-file-name "..") "-R" ,(expand-file-name ".") "Coq")) + (setq-local coq-prog-name (expand-file-name "../bin/coqtop"))))))) diff --git a/theories/Init/_CoqProject b/theories/Init/_CoqProject new file mode 100644 index 0000000000..bff79d34bf --- /dev/null +++ b/theories/Init/_CoqProject @@ -0,0 +1,2 @@ +-R .. Coq +-arg -noinit |
