;; -*- lexical-binding: t; -*- (use-package tuareg :ensure t :mode (("\\.ocamlinit\\'" . tuareg-mode))) (use-package ocaml-eglot :ensure t :after tuareg :hook (tuareg-mode . ocaml-eglot) (ocaml-eglot . eglot-ensure)) (provide 'init-ocaml)