1
0
Fork 0

fix(emacs): remove merlin-mode

This commit is contained in:
Lucas Sta Maria 2025-02-21 00:20:40 -05:00
parent 59b282dc2d
commit 4d29b2b01b
No known key found for this signature in database
GPG key ID: F07FB16A826E3B47

View file

@ -77,8 +77,7 @@
(use-package tuareg :straight t
:custom
(utop-command "opam exec -- dune utop . -- -emacs")
:hook ((tuareg-mode . flycheck-ocaml-setup)
(tuareg-mode . merlin-mode)))
:hook ((tuareg-mode . flycheck-ocaml-setup)))
(use-package utop :straight t)
(use-package dune :straight t)
(use-package flycheck-ocaml :straight t)