Fix #2373: bring back package pinning
This needs some serious refactoring...
This commit is contained in:
parent
de6732b4ae
commit
a9402cfb55
128 changed files with 647 additions and 620 deletions
|
@ -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 :pin "05d70ff116a696f5c18e5ad569573d8936ff01da"))
|
||||
(package! helm))
|
||||
|
||||
;;
|
||||
(package! dumb-jump :pin "738d40ceb7e2d6a3a26f7f27a31ba93924baaa2d")
|
||||
(package! dumb-jump :pin "738d40ceb7")
|
||||
(when (featurep! :completion ivy)
|
||||
(package! ivy-xref :pin "3d4c35fe2b243d948d8fe02a1f0d76a249d63de9"))
|
||||
(package! ivy-xref :pin "3d4c35fe2b"))
|
||||
(when (featurep! :completion helm)
|
||||
(package! helm-xref :pin "6b4a8bd91f5eaf82f51bd31b03f6587387fe6983"))
|
||||
(package! helm-xref :pin "6b4a8bd91f"))
|
||||
|
||||
(when (featurep! +docsets)
|
||||
(package! dash-docs :pin "111fd9b97001f1ad887b45e5308a14ddd68ce70a")
|
||||
(package! dash-docs :pin "111fd9b970")
|
||||
(when (featurep! :completion helm)
|
||||
(package! helm-dash :pin "7f853bd34da666f0e9a883011c80f451b06f6c59"))
|
||||
(package! helm-dash :pin "7f853bd34d"))
|
||||
(when (featurep! :completion ivy)
|
||||
(package! counsel-dash :pin "370d5f6f14b5294d0eb717f7b2a6a8e93df1ed24")))
|
||||
(package! counsel-dash :pin "370d5f6f14")))
|
||||
|
||||
(when (featurep! +dictionary)
|
||||
(if IS-MAC
|
||||
(package! osx-dictionary :pin "1b79ff64c72485cb078db9ab7ee3256b11a99f4b")
|
||||
(package! define-word :pin "d8c76d503be3d561221631067ec5274e7c147248"))
|
||||
(package! osx-dictionary :pin "1b79ff64c7")
|
||||
(package! define-word :pin "d8c76d503b"))
|
||||
;; Need for Google/DuckDuckGo auto-completion on `+lookup/online'
|
||||
(package! powerthesaurus :pin "81a262ec0c9294ad377bafc6cc4e6d91b461acb6")
|
||||
(package! request :pin "b207ebb298dbf181583ebf56c3e18a52fcbaa165"))
|
||||
(package! powerthesaurus :pin "81a262ec0c")
|
||||
(package! request :pin "4be823a89b"))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue