mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
tools/lookup: fix definition (on mac) & synonym lookup
This commit is contained in:
@ -10,9 +10,7 @@
|
||||
;;
|
||||
(package! dumb-jump)
|
||||
(when (featurep! :completion ivy)
|
||||
(package! ivy-xref)
|
||||
;; Need for Google/DuckDuckGo auto-completion on `+lookup/online'
|
||||
(package! request))
|
||||
(package! ivy-xref))
|
||||
(when (featurep! :completion helm)
|
||||
(package! helm-google)
|
||||
(package! helm-xref))
|
||||
@ -28,4 +26,6 @@
|
||||
(if IS-MAC
|
||||
(package! osx-dictionary)
|
||||
(package! define-word))
|
||||
(package! powerthesaurus))
|
||||
;; Need for Google/DuckDuckGo auto-completion on `+lookup/online'
|
||||
(package! powerthesaurus)
|
||||
(package! request))
|
||||
|
Reference in New Issue
Block a user