mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
tools/lookup: fix helm-google integration for +lookup/online
This commit is contained in:
@ -13,7 +13,7 @@
|
|||||||
;; `dumb-jump' to find what you want.
|
;; `dumb-jump' to find what you want.
|
||||||
|
|
||||||
(defvar +lookup-provider-url-alist
|
(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 images" "https://www.google.com/images?q=%s")
|
||||||
("Google maps" "https://maps.google.com/maps?q=%s")
|
("Google maps" "https://maps.google.com/maps?q=%s")
|
||||||
("Project Gutenberg" "http://www.gutenberg.org/ebooks/search/?query=%s")
|
("Project Gutenberg" "http://www.gutenberg.org/ebooks/search/?query=%s")
|
||||||
|
@ -14,6 +14,7 @@
|
|||||||
;; Need for Google/DuckDuckGo auto-completion on `+lookup/online'
|
;; Need for Google/DuckDuckGo auto-completion on `+lookup/online'
|
||||||
(package! request))
|
(package! request))
|
||||||
(when (featurep! :completion helm)
|
(when (featurep! :completion helm)
|
||||||
|
(package! helm-google)
|
||||||
(package! helm-xref))
|
(package! helm-xref))
|
||||||
|
|
||||||
(when (featurep! +docsets)
|
(when (featurep! +docsets)
|
||||||
|
Reference in New Issue
Block a user