mirror of
https://github.com/doomemacs/doomemacs
synced 2025-09-16 15:56:52 -05:00
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"))
|
Reference in New Issue
Block a user