diff --git a/modules/lang/dart/packages.el b/modules/lang/dart/packages.el index c11f8a62f..71975f46f 100644 --- a/modules/lang/dart/packages.el +++ b/modules/lang/dart/packages.el @@ -7,12 +7,3 @@ (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"))