Merge pull request #17 from lehy/patch-1
Add hint on using the opam-provided utop
This commit is contained in:
commit
c5916882f2
|
@ -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.
|
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
|
Integration with the tuareg/typerex mode
|
||||||
----------------------------------------
|
----------------------------------------
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue