flesh/.dir-locals.el
Clombrong 6bcc3ef62f init: Oh no. This one is real.
add README and COPYING license files
instantiate all dune stanzas
setup dune with guix shell and direnv, using merlin for project setup
2025-04-22 12:39:03 +02:00

5 lines
220 B
EmacsLisp

((nil
(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)))))))