Is there a documented working and up-to-date instruction on how to setup emacs for OCaml development?
Everthing I’ve tried so far is more or less broken.
I started out with emacs prelude which uses emacs packages for tuereg, merlin, etc. The packages versions seems to be outdated and does not start clean on latest release of emacs.
Then I tried user-setup from opam.
Now things start but the interactive shell is not utop.
In my side, I followed the advise of @rgrinberg and use spacemacs with the OCaml layer. I’m not a big fan, but it stills work for me with an updated opam environement.
But I’m not a strong user of emacs, I used vim and neovim before.