fix(emacs): add ocaml-eglot

This commit is contained in:
Lucas Sta Maria 2025-03-14 15:01:52 -04:00
parent 16a698673d
commit b24b35fb30
No known key found for this signature in database
GPG key ID: F07FB16A826E3B47

View file

@ -26,6 +26,10 @@
:after (eldoc)
:hook (eldoc-mode . eldoc-box-hover-mode))
(use-package ocaml-eglot :straight t
:after (eglot tuareg)
:hook ((tuareg-mode . ocaml-eglot)))
(provide 'priime-lsp)
;;; priime-lsp.el ends here