Replace deprecated utop-setup-ocaml-buffer function
This commit is contained in:
parent
05dc795f2b
commit
09b61bbd48
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@
|
||||||
;; Enable Flycheck checker
|
;; Enable Flycheck checker
|
||||||
(flycheck-ocaml-setup))
|
(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 #'merlin-mode)
|
||||||
|
|
||||||
(add-hook 'tuareg-mode-hook (lambda ()
|
(add-hook 'tuareg-mode-hook (lambda ()
|
||||||
|
|
Loading…
Reference in a new issue