parent
3a370343e2
commit
33b95c628a
5 changed files with 76 additions and 0 deletions
8
modules/lang/sml/packages.el
Normal file
8
modules/lang/sml/packages.el
Normal 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"))
|
Loading…
Add table
Add a link
Reference in a new issue