Add lang/sml module

Closes #1947
This commit is contained in:
Henrik Lissner 2020-03-29 19:40:03 -04:00
parent 3a370343e2
commit 33b95c628a
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395
5 changed files with 76 additions and 0 deletions

View file

@ -0,0 +1,8 @@
;; -*- no-byte-compile: t; -*-
;;; lang/sml/packages.el
(package! sml-mode :pin "60b01d7ebc")
(when (featurep! :completion company)
(package! company-mlton
:recipe (:host github :repo "MatthewFluet/company-mlton" :files ("*.el" "*.basis"))
:pin "b87e36348f"))