mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Removed the snippet pkg since they're in Doom's.
This commit is contained in:
@ -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"))
|
||||
|
Reference in New Issue
Block a user