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
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"))