feat(org): add Kagi custom link type
This commit is contained in:
parent
2f7d8f41e1
commit
2ace90233c
2 changed files with 2 additions and 0 deletions
|
@ -234,6 +234,7 @@ They are (with examples):
|
|||
- ~github:hlissner/doom-emacs~
|
||||
- ~gmap:Toronto, Ontario~ (Google Maps)
|
||||
- ~google:search terms~
|
||||
- ~kagi:search terms~
|
||||
- ~org:todo.org~ -> ={org-directory}/%s=
|
||||
- ~wolfram:sin(x^3)~
|
||||
- ~wikipedia:Emacs~
|
||||
|
|
|
@ -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")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue