aboutsummaryrefslogtreecommitdiffhomepage
path: root/theories/.dir-locals.el
blob: 4e8830f6c1418969713cd1413d041642c36709d0 (plain)
1
2
3
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")))))))