From 50a556806e7263946fb96070bc2e0dd1a34e5eeb Mon Sep 17 00:00:00 2001 From: Ajai Nelson <22969541+AjaiKN@users.noreply.github.com> Date: Wed, 27 Nov 2024 07:54:51 -0500 Subject: [PATCH] feat(lookup): add Racket Manuals --- modules/tools/lookup/config.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/tools/lookup/config.el b/modules/tools/lookup/config.el index 5d48d1529..54e0e63a3 100644 --- a/modules/tools/lookup/config.el +++ b/modules/tools/lookup/config.el @@ -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: