doomemacs/modules/lang/ocaml/config.el

11 lines
209 B
EmacsLisp
Raw Normal View History

2017-06-27 22:58:38 +02:00
;;; lang/ocaml/config.el -*- lexical-binding: t; -*-
2017-06-27 11:39:15 -07:00
(def-package! tuareg
2017-06-27 22:58:38 +02:00
:mode ("\\.ml[ly]?$" . tuareg-mode))
2017-06-27 11:39:15 -07:00
(def-package! merlin
:after tuareg
:config
2017-06-27 22:58:38 +02:00
(add-hook 'tuareg-mode-hook #'merlin-mode))