doomemacs/modules/lang/ocaml/config.el
2017-06-28 12:26:49 +02:00

10 lines
209 B
EmacsLisp

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