Skip to content

Commit

Permalink
Replace deprecated utop-setup-ocaml-buffer function
Browse files Browse the repository at this point in the history
  • Loading branch information
rprimus committed Oct 29, 2015
1 parent 05dc795 commit 09b61bb
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 09b61bb

Please sign in to comment.