Merge pull request #166 from Ptival/ocaml

lang/ocaml: adding ml4, mli, mlp to recognized extensions
This commit is contained in:
Henrik Lissner 2017-07-28 03:23:03 +02:00 committed by GitHub
commit 5fe3cfbc75

View file

@ -1,7 +1,7 @@
;;; lang/ocaml/config.el -*- lexical-binding: t; -*-
(def-package! tuareg
:mode ("\\.ml[ly]?$" . tuareg-mode))
:mode ("\\.ml[4ilpy]?$" . tuareg-mode))
(def-package! merlin