We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8d6df4 commit bf2e3e4Copy full SHA for bf2e3e4
Modules/.dir-locals.el
@@ -2,5 +2,4 @@
2
. ((eval .
3
(progn
4
(make-local-variable 'coq-prog-args)
5
- (setq coq-prog-args `("-emacs" "-noinit" "-indices-matter" "-type-in-type"
6
-"-R" "/home/matthes/Documents/Work/Research/Projects/UniMath/Githubbereich/UniMath/_build/default/UniMath" "UniMath" "-R" "/home/matthes/Documents/Work/Research/Projects/UniMath/Githubbereich/UniMath/_build/default/largecatmodules" "largecatmodules" )))))))
+ (setq coq-prog-args `("-emacs" "-noinit" "-indices-matter" "-type-in-type" "-R" ,(expand-file-name (locate-dominating-file buffer-file-name ".dir-locals.el")) "Modules" )))))))
0 commit comments