doomemacs/modules/lang/ocaml/config.el

10 lines
212 B
EmacsLisp

;;; lang/ocaml/config.el -*- lexical-binding: t; -*-
(def-package! tuareg
:mode ("\\.ml[4ilpy]?$" . tuareg-mode))
(def-package! merlin
:after tuareg
:config
(add-hook 'tuareg-mode-hook #'merlin-mode))