add README and COPYING license files instantiate all dune stanzas setup dune with guix shell and direnv, using merlin for project setup
5 lines
220 B
EmacsLisp
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)))))))
|