diff --git a/modules/tools/lookup/config.el b/modules/tools/lookup/config.el index 2ef1b73f6..f4d19c8e0 100644 --- a/modules/tools/lookup/config.el +++ b/modules/tools/lookup/config.el @@ -37,6 +37,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: