Merge pull request #17 from lehy/patch-1

Add hint on using the opam-provided utop
This commit is contained in:
Jérémie Dimino 2013-06-19 09:56:22 -07:00
commit c5916882f2
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
----------------------------------------