OCamlPro / ocp-indent

Indentation tool for OCaml, to be used from editors like Emacs and Vim.
http://www.typerex.org/ocp-indent.html
Other
200 stars 63 forks source link

wrong opam path in doc #241

Open sanette opened 7 years ago

sanette commented 7 years ago

Hi

in the webpage https://www.typerex.org/ocp-indent.html it is indicated:

The above installation step copies elisp and vim scripts to /share/typerex/ocp-indent/. You then need to load them in the editor of your choice to automatically use ocp-indent.

However, after install ocp-indent from opam, the file: $(opam config var prefix)"/share/typerex/ocp-indent/ocp-indent.el" does not exist. It should be instead: $(opam config var prefix)"/share/emacs/site-lisp/ocp-indent.el"

AltGr commented 7 years ago

Indeed, this has been changed but the documentation wasn't updated. Thanks for notifying!