Add hint on using the opam-provided utop

This commit is contained in:
lehy 2013-06-19 18:23:48 +02:00
parent 589f0707c4
commit 3e84e20904
1 changed files with 3 additions and 0 deletions

View File

@ -98,6 +98,9 @@ To use utop in emacs, add the following line to your ~/.emacs file:
Then you can run utop by executing the command `utop` in emacs.
If you installed utop through opam, customize `utop-command` to
`opam config exec "utop -emacs"`.
Integration with the tuareg/typerex mode
----------------------------------------