diff options
author | odave <aryadevchavali1@gmail.com> | 2020-03-29 17:40:15 +0100 |
---|---|---|
committer | odave <aryadevchavali1@gmail.com> | 2020-03-29 17:40:15 +0100 |
commit | 219d0b95f027e6dead3687e603ef6bdfc0adcef0 (patch) | |
tree | e82e48faf275a0ea5e7568c62fdc90555b49c038 /doom.d/modules/private/ocaml | |
parent | 65944bec34dc873e876bff34f2ea47783192be82 (diff) | |
download | dotfiles-219d0b95f027e6dead3687e603ef6bdfc0adcef0.tar.gz dotfiles-219d0b95f027e6dead3687e603ef6bdfc0adcef0.tar.bz2 dotfiles-219d0b95f027e6dead3687e603ef6bdfc0adcef0.zip |
~changed hook to lsp!
Diffstat (limited to 'doom.d/modules/private/ocaml')
-rw-r--r-- | doom.d/modules/private/ocaml/config.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doom.d/modules/private/ocaml/config.el b/doom.d/modules/private/ocaml/config.el index b348197..df138ad 100644 --- a/doom.d/modules/private/ocaml/config.el +++ b/doom.d/modules/private/ocaml/config.el @@ -17,4 +17,4 @@ (make-lsp-client :new-connection (lsp-stdio-connection "ocamllsp") :major-modes '(tuareg-mode) :server-id 'ocaml-lsp)) - (add-hook 'tuareg-mode-hook #'(lambda () (lsp-mode))))) + (add-hook 'tuareg-mode-hook #'lsp!))) |