Skip to content

Commit

Permalink
feat(org): add Kagi custom link type
Browse files Browse the repository at this point in the history
  • Loading branch information
edmundmiller authored and hlissner committed Feb 5, 2024
1 parent 2f7d8f4 commit 2ace902
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions modules/lang/org/README.org
Original file line number Diff line number Diff line change
Expand Up @@ -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~
Expand Down
1 change: 1 addition & 0 deletions modules/lang/org/config.el
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit 2ace902

Please sign in to comment.