tools/lookup: fix helm-google integration for +lookup/online

This commit is contained in:
Henrik Lissner 2019-12-15 18:03:43 -05:00
parent dfb5a0cc54
commit 48a943b09f
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395
2 changed files with 2 additions and 1 deletions

View file

@ -13,7 +13,7 @@
;; `dumb-jump' to find what you want.
(defvar +lookup-provider-url-alist
(append '(("Google" counsel-search helm-google "https://google.com/search?q=%s")
(append '(("Google" counsel-search helm-google-suggest "https://google.com/search?q=%s")
("Google images" "https://www.google.com/images?q=%s")
("Google maps" "https://maps.google.com/maps?q=%s")
("Project Gutenberg" "http://www.gutenberg.org/ebooks/search/?query=%s")

View file

@ -14,6 +14,7 @@
;; Need for Google/DuckDuckGo auto-completion on `+lookup/online'
(package! request))
(when (featurep! :completion helm)
(package! helm-google)
(package! helm-xref))
(when (featurep! +docsets)