fix(emacs): remove merlin-mode
This commit is contained in:
parent
59b282dc2d
commit
4d29b2b01b
1 changed files with 1 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue