Henrik Lissner 2020-04-25 21:52:49 -04:00
parent 217a032035
commit f2813a35d7
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -8,7 +8,7 @@
(package! helm)) (package! helm))
;; ;;
(package! dumb-jump :pin "73b2b48fda") (package! dumb-jump :pin "d760aa880f")
(when (featurep! :completion ivy) (when (featurep! :completion ivy)
(package! ivy-xref :pin "3d4c35fe2b")) (package! ivy-xref :pin "3d4c35fe2b"))
(when (featurep! :completion helm) (when (featurep! :completion helm)
@ -27,7 +27,7 @@
(when (featurep! +dictionary) (when (featurep! +dictionary)
(if IS-MAC (if IS-MAC
(package! osx-dictionary :pin "1b79ff64c7") (package! osx-dictionary :pin "1b79ff64c7")
(package! define-word :pin "d8c76d503b") (package! define-word :pin "08c71b1ff4")
;; HACK Fix #2945: the main package is broken (see ;; HACK Fix #2945: the main package is broken (see
;; SavchenkoValeriy/emacs-powerthesaurus). We use this fork until it is ;; SavchenkoValeriy/emacs-powerthesaurus). We use this fork until it is
;; merged. ;; merged.