summaryrefslogtreecommitdiff
path: root/.dir-locals.el
blob: 3c3c1967980da5ffaf46e2b34a22000c8ac17aa7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
;;; Directory Local Variables            -*- no-byte-compile: t -*-
;;; For more information see (info "(emacs) Directory Variables")

((nil . ((jinx-dir-local-words . "Lwt")
		 (eval . (let
					 ((opam-share
					   (car
						(process-lines "opam" "var" "share"))))
				   (when
					   (and opam-share
							(file-directory-p opam-share))
					 (add-to-list 'load-path
								  (expand-file-name "emacs/site-lisp" opam-share))))))))