diff options
Diffstat (limited to '.dir-locals.el')
-rw-r--r-- | .dir-locals.el | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/.dir-locals.el b/.dir-locals.el index 3c3c196..228d9a7 100644 --- a/.dir-locals.el +++ b/.dir-locals.el @@ -2,12 +2,12 @@ ;;; 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)))))))) + (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)))))))) |