Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions modules/tools/lookup/config.el
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@
'(("Yandex" "https://yandex.com/search/?text=%s")
("Yandex images" "https://yandex.com/images/search?text=%s")
("Yandex maps" "https://yandex.com/maps?text=%s")))
(when (modulep! :lang racket)
'(("Racket Manuals" "https://docs.racket-lang.org/search/index.html?q=%s")))
(when (modulep! :lang rust)
'(("Rust Docs" "https://doc.rust-lang.org/std/?search=%s"))))
"An alist that maps online resources to either:
Expand Down