From b24b35fb304be84fb1879d78198202cd873c93c0 Mon Sep 17 00:00:00 2001 From: Lucas Sta Maria Date: Fri, 14 Mar 2025 15:01:52 -0400 Subject: [PATCH] fix(emacs): add `ocaml-eglot` --- .emacs.d/include/priime-lsp.el | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.emacs.d/include/priime-lsp.el b/.emacs.d/include/priime-lsp.el index fd03697..5fe6cf0 100644 --- a/.emacs.d/include/priime-lsp.el +++ b/.emacs.d/include/priime-lsp.el @@ -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