mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-11 13:07:28 -05:00
feat(lookup): add Kagi
This commit is contained in:
committed by
Henrik Lissner
parent
e701522d68
commit
2f7d8f41e1
@ -20,6 +20,7 @@
|
|||||||
("Google" +lookup--online-backend-google "https://google.com/search?q=%s")
|
("Google" +lookup--online-backend-google "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")
|
||||||
|
("Kagi" "https://kagi.com/search?q=%s")
|
||||||
("Project Gutenberg" "http://www.gutenberg.org/ebooks/search/?query=%s")
|
("Project Gutenberg" "http://www.gutenberg.org/ebooks/search/?query=%s")
|
||||||
("DuckDuckGo" +lookup--online-backend-duckduckgo "https://duckduckgo.com/?q=%s")
|
("DuckDuckGo" +lookup--online-backend-duckduckgo "https://duckduckgo.com/?q=%s")
|
||||||
("DevDocs.io" "https://devdocs.io/#q=%s")
|
("DevDocs.io" "https://devdocs.io/#q=%s")
|
||||||
|
Reference in New Issue
Block a user