From e8c4c51aa2d7954728e3c053f406ed7efd5c6a18 Mon Sep 17 00:00:00 2001 From: Kyle Meyer Date: Fri, 15 Jul 2016 00:42:43 -0400 Subject: webjump: Add dictionary.com query --- init.el | 3 +++ 1 file changed, 3 insertions(+) (limited to 'init.el') diff --git a/init.el b/init.el index 3efd449..43a9302 100644 --- a/init.el +++ b/init.el @@ -1465,6 +1465,9 @@ ("Google Scholar" . [simple-query "http://scholar.google.com" "http://scholar.google.com/scholar?&q=" ""]) + ("Dictionary" . + [simple-query "http://www.dictionary.com/" + "http://www.dictionary.com/browse/" "?s=t"]) ("Wikipedia" . [simple-query "wikipedia.org" "wikipedia.org/wiki/" ""])))) -- cgit v1.2.3