mirror of
https://github.com/doomemacs/doomemacs
synced 2025-09-02 14:53:38 -05:00
11 lines
434 B
EmacsLisp
11 lines
434 B
EmacsLisp
;; -*- no-byte-compile: t; -*-
|
|
;;; lang/sml/packages.el
|
|
|
|
(package! sml-mode :pin "c33659fd9b62fab436366f731daa4339691dd6bf")
|
|
(when (modulep! :completion company)
|
|
(package! company-mlton
|
|
:recipe (:host github :repo "MatthewFluet/company-mlton" :files ("*.el" "*.basis"))
|
|
:pin "9b09d209b4767a2af24784fb5321390ed1d445bf"))
|
|
(when (modulep! +tree-sitter)
|
|
(package! sml-ts-mode :pin "d2dabcc9d8f91eeee7048641e4c80fabb3583194"))
|