mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-21 13:53:38 -05:00
feat(org): add Kagi custom link type
This commit is contained in:
committed by
Henrik Lissner
parent
2f7d8f41e1
commit
2ace90233c
@@ -519,6 +519,7 @@ relative to `org-directory', unless it is an absolute path."
|
||||
'("google" . "https://google.com/search?q=")
|
||||
'("gimages" . "https://google.com/images?q=%s")
|
||||
'("gmap" . "https://maps.google.com/maps?q=%s")
|
||||
'("kagi" . "https://kagi.com/search?q=%s")
|
||||
'("duckduckgo" . "https://duckduckgo.com/?q=%s")
|
||||
'("wikipedia" . "https://en.wikipedia.org/wiki/%s")
|
||||
'("wolfram" . "https://wolframalpha.com/input/?i=%s")
|
||||
|
Reference in New Issue
Block a user