mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
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:
@ -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"))))
|
||||||
|
Reference in New Issue
Block a user