9 lines
271 B
EmacsLisp
9 lines
271 B
EmacsLisp
|
;; -*- 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"))
|