Bump :tools lookup
jacktasia/dumb-jump@d86f59c -> jacktasia/dumb-jump@b815731 maxchaos/emacs-powerthesaurus@4a83478 -> SavchenkoValeriy/emacs-powerthesaurus@93036d3 tkf/emacs-request@912525c -> tkf/emacs-request@d02d134 Fixes #2946 thanks to SavchenkoValeriy/emacs-powerthesaurus#12 being merged.
This commit is contained in:
parent
348a2d6c6e
commit
609bbb5fbe
1 changed files with 3 additions and 7 deletions
|
@ -8,14 +8,14 @@
|
|||
(package! helm))
|
||||
|
||||
;;
|
||||
(package! dumb-jump :pin "d86f59c4c0eb9371dd84bc2aaff5d7445f04ba27")
|
||||
(package! dumb-jump :pin "b81573184c97fbc6181d0a4fe408caa23c0d621b")
|
||||
(when (featurep! :completion ivy)
|
||||
(package! ivy-xref :pin "3d4c35fe2b243d948d8fe02a1f0d76a249d63de9"))
|
||||
(when (featurep! :completion helm)
|
||||
(package! helm-xref :pin "6b4a8bd91f5eaf82f51bd31b03f6587387fe6983"))
|
||||
|
||||
;; For dictionary and online lookup
|
||||
(package! request :pin "912525c772984c6af0fd84acd6699ee43d91037a")
|
||||
(package! request :pin "d02d1347ffdf138cffd380cbeac62ac8732036ef")
|
||||
|
||||
(when (featurep! +docsets)
|
||||
(package! dash-docs :pin "dafc8fc9f1ddb2e4e39e0b8d066c42d5d7ce8d06")
|
||||
|
@ -28,11 +28,7 @@
|
|||
(if IS-MAC
|
||||
(package! osx-dictionary :pin "1b79ff64c72485cb078db9ab7ee3256b11a99f4b")
|
||||
(package! define-word :pin "08c71b1ff4fd07bf0c78d1fcf77efeaafc8f7443")
|
||||
;; HACK Fix #2945: the main package is broken due to
|
||||
;; SavchenkoValeriy/emacs-powerthesaurus#11
|
||||
(package! powerthesaurus
|
||||
:recipe (:host github :repo "maxchaos/emacs-powerthesaurus" :branch "pt-api-change")
|
||||
:pin "4a834782a394f2dc70fc02d68b6962b44d87f0cf")
|
||||
(package! powerthesaurus :pin "93036d3b111925ebc34f747ff846cb0b8669b92e")
|
||||
(when (featurep! +offline)
|
||||
(package! wordnut :pin "feac531404041855312c1a046bde7ea18c674915")
|
||||
(package! synosaurus :pin "14d34fc92a77c3a916b4d58400424c44ae99cd81"))))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue