blob: 228d9a79e67a288d35845f5333855457edbe7b9f (
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))))))))
|