blob: b97f82697b55a0dc1c4b6b124b82b6cd310dce65 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
;;; Directory Local Variables -*- no-byte-compile: t -*-
;;; For more information see (info "(emacs) Directory Variables")
((nil . ((jinx-dir-local-words . "Lwt")
(fill-column . 88)
(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))))))))
|