PIN ALL THE PACKAGES

This commit is contained in:
Henrik Lissner 2020-01-14 22:32:11 -05:00
parent f3a9d0c03c
commit 4cc14389e8
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395
124 changed files with 515 additions and 489 deletions

View file

@ -5,26 +5,26 @@
;; helm be loaded before `dumb-jump' is byte-compiled during installation.
;; To ensure this, we declare helm before dumb-jump.
(when (featurep! :completion helm)
(package! helm))
(package! helm :pin "05d70ff116a696f5c18e5ad569573d8936ff01da"))
;;
(package! dumb-jump)
(package! dumb-jump :pin "738d40ceb7e2d6a3a26f7f27a31ba93924baaa2d")
(when (featurep! :completion ivy)
(package! ivy-xref))
(package! ivy-xref :pin "3d4c35fe2b243d948d8fe02a1f0d76a249d63de9"))
(when (featurep! :completion helm)
(package! helm-xref))
(package! helm-xref :pin "6b4a8bd91f5eaf82f51bd31b03f6587387fe6983"))
(when (featurep! +docsets)
(package! dash-docs)
(package! dash-docs :pin "111fd9b97001f1ad887b45e5308a14ddd68ce70a")
(when (featurep! :completion helm)
(package! helm-dash))
(package! helm-dash :pin "7f853bd34da666f0e9a883011c80f451b06f6c59"))
(when (featurep! :completion ivy)
(package! counsel-dash)))
(package! counsel-dash :pin "370d5f6f14b5294d0eb717f7b2a6a8e93df1ed24")))
(when (featurep! +dictionary)
(if IS-MAC
(package! osx-dictionary)
(package! define-word))
(package! osx-dictionary :pin "1b79ff64c72485cb078db9ab7ee3256b11a99f4b")
(package! define-word :pin "d8c76d503be3d561221631067ec5274e7c147248"))
;; Need for Google/DuckDuckGo auto-completion on `+lookup/online'
(package! powerthesaurus)
(package! request))
(package! powerthesaurus :pin "81a262ec0c9294ad377bafc6cc4e6d91b461acb6")
(package! request :pin "b207ebb298dbf181583ebf56c3e18a52fcbaa165"))