branch: elpa/tuareg commit 92b1ca6cacd6e13d2a0d9261511d6d07147853a8 Author: Christophe Troestler <christophe.troest...@umons.ac.be> Commit: Christophe Troestler <christophe.troest...@umons.ac.be>
Add subsections to better present additional packages in README --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 48e74eb6ac..453d73b07d 100644 --- a/README.md +++ b/README.md @@ -229,6 +229,8 @@ See [dot-emacs.el](dot-emacs.el) for some examples. Additional packages ------------------- +### Merlin + It is recommended to install [Merlin][] which is available in [OPAM][]. Tuareg will automatically detect it and use some of its features (e.g. for *imenu*). Merlin offers auto-completion, the @@ -237,6 +239,8 @@ location of an identifier with <kbd>C-cC-l</kbd>, to go to the next (resp. previous) phrase with <kbd>C-cC-n</kbd> (resp. <kbd>C-cC-p</kbd>),... Highly recommended. +### Caml mode + [caml-mode][] (available in [NonGNU ELPA][] and [MELPA][]) is used to display types (using the obsolete `*.annot` files), open a module for documentation,...