Skip to content

Commit

Permalink
Merge pull request bbatsov#932 from rprimus/ocaml-utop
Browse files Browse the repository at this point in the history
Replace deprecated utop-setup-ocaml-buffer function
  • Loading branch information
bbatsov committed Oct 29, 2015
2 parents 05dc795 + 09b61bb commit 9c07eae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/prelude-ocaml.el
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
;; Enable Flycheck checker
(flycheck-ocaml-setup))

(add-hook 'tuareg-mode-hook #'utop-setup-ocaml-buffer)
(add-hook 'tuareg-mode-hook #'utop-minor-mode)
(add-hook 'tuareg-mode-hook #'merlin-mode)

(add-hook 'tuareg-mode-hook (lambda ()
Expand Down

0 comments on commit 9c07eae

Please sign in to comment.