From 49a21720f887ccb463fa2be0183a16deea93e9c8 Mon Sep 17 00:00:00 2001 From: "M. Yas. Davoodeh" Date: Thu, 26 Mar 2020 00:20:59 +0430 Subject: [PATCH] Removed the snippet pkg since they're in Doom's. --- modules/lang/dart/packages.el | 9 --------- 1 file changed, 9 deletions(-) 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"))