~changed hook to lsp!
This commit is contained in:
@@ -17,4 +17,4 @@
|
|||||||
(make-lsp-client :new-connection (lsp-stdio-connection "ocamllsp")
|
(make-lsp-client :new-connection (lsp-stdio-connection "ocamllsp")
|
||||||
:major-modes '(tuareg-mode)
|
:major-modes '(tuareg-mode)
|
||||||
:server-id 'ocaml-lsp))
|
:server-id 'ocaml-lsp))
|
||||||
(add-hook 'tuareg-mode-hook #'(lambda () (lsp-mode)))))
|
(add-hook 'tuareg-mode-hook #'lsp!)))
|
||||||
|
|||||||
Reference in New Issue
Block a user