aboutsummaryrefslogtreecommitdiff
path: root/.dir-locals.el
diff options
context:
space:
mode:
Diffstat (limited to '.dir-locals.el')
-rw-r--r--.dir-locals.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/.dir-locals.el b/.dir-locals.el
index d7155993d..999da7928 100644
--- a/.dir-locals.el
+++ b/.dir-locals.el
@@ -1,5 +1,5 @@
((coq-mode . ((eval . (let* ((project-root (locate-dominating-file buffer-file-name "_CoqProject"))
- (coqprime-folder (expand-file-name "coqprime" project-root))
+ (coqprime-folder (expand-file-name "coqprime/src" project-root))
(coq-path (split-string (or (getenv "COQPATH") "") path-separator t)))
(unless (member coqprime-folder coq-path)
(setenv "COQPATH" (mapconcat #'identity (cons coqprime-folder coq-path) path-separator))))))))