fix(emacs): add ocaml-eglot
This commit is contained in:
parent
16a698673d
commit
b24b35fb30
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue