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
|
(use-package tuareg :straight t
|
||||||
:custom
|
:custom
|
||||||
(utop-command "opam exec -- dune utop . -- -emacs")
|
(utop-command "opam exec -- dune utop . -- -emacs")
|
||||||
:hook ((tuareg-mode . flycheck-ocaml-setup)
|
:hook ((tuareg-mode . flycheck-ocaml-setup)))
|
||||||
(tuareg-mode . merlin-mode)))
|
|
||||||
(use-package utop :straight t)
|
(use-package utop :straight t)
|
||||||
(use-package dune :straight t)
|
(use-package dune :straight t)
|
||||||
(use-package flycheck-ocaml :straight t)
|
(use-package flycheck-ocaml :straight t)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue