fix(lookup): powerthesaurus eager-loading transient, hydra, lv

SavchenkoValeriy/emacs-powerthesaurus@782df1d92f causes hydra and
transient (and their dependencies) to be eagerly loaded very, very early
during startup. This causes load errors for some, terrible startup time
for others. This swaps the module to a fork with a fix.

Amend: 8b892f5299
Ref: SavchenkoValeriy/emacs-powerthesaurus@782df1d92f
Ref: SavchenkoValeriy/emacs-powerthesaurus#40
Ref: #7204
This commit is contained in:
Henrik Lissner 2023-07-24 00:35:58 +02:00
parent 83cea903f0
commit f0b58fc452
No known key found for this signature in database
GPG key ID: B60957CA074D39A3

View file

@ -28,7 +28,11 @@
(if IS-MAC (if IS-MAC
(package! osx-dictionary :pin "0715e5a3ac659df32a0f0fabfbbeef0228fbd9a9") (package! osx-dictionary :pin "0715e5a3ac659df32a0f0fabfbbeef0228fbd9a9")
(package! define-word :pin "31a8c67405afa99d0e25e7c86a4ee7ef84a808fe") (package! define-word :pin "31a8c67405afa99d0e25e7c86a4ee7ef84a808fe")
(package! powerthesaurus :pin "4b97797cf789aaba411c61a85fe23474ebc5bedc") ;; REVIEW: This fork fixes SavchenkoValeriy/emacs-powerthesaurus#40.
(package! powerthesaurus
:recipe (:host github
:repo "doomelpa/powerthesaurus")
:pin "d9ebb866f6fce469102665f187266f0a041cfc4b")
(when (modulep! +offline) (when (modulep! +offline)
(package! wordnut :pin "feac531404041855312c1a046bde7ea18c674915") (package! wordnut :pin "feac531404041855312c1a046bde7ea18c674915")
(package! synosaurus :pin "14d34fc92a77c3a916b4d58400424c44ae99cd81")))) (package! synosaurus :pin "14d34fc92a77c3a916b4d58400424c44ae99cd81"))))