doomemacs/modules/lang/dart/packages.el
M. Yas. Davoodeh 7d829eaa48 Final pin.
2020-03-24 18:48:18 +04:30

18 lines
474 B
EmacsLisp

;; -*- no-byte-compile: t; -*-
;;; lang/dart/packages.el
(package! dart-mode :pin "04fcd649f1")
;; Optional module features
(when (featurep! +flutter)
(package! flutter :pin "ec92a4df84"))
;; Features according to other user selected options
(when (featurep! :editor snippets)
(package! dart-snippets
:recipe (:host github
:repo "MYDavoodeh/dart-snippets"
:files ("*.el" ("snippets" "snippets/*")))
:pin "946ad5aaa5"))