summaryrefslogtreecommitdiff
path: root/init.el
diff options
context:
space:
mode:
authorKyle Meyer <kyle@kyleam.com>2016-07-15 00:42:43 -0400
committerKyle Meyer <kyle@kyleam.com>2016-07-15 00:42:43 -0400
commite8c4c51aa2d7954728e3c053f406ed7efd5c6a18 (patch)
tree9b50de1feb7d73d5f41c08cf38a1784cc03e54ae /init.el
parentb06cf33b15a32ac7d9dd3a7dff33a9a5e6382b27 (diff)
downloademacs.d-e8c4c51aa2d7954728e3c053f406ed7efd5c6a18.tar.gz
webjump: Add dictionary.com query
Diffstat (limited to 'init.el')
-rw-r--r--init.el3
1 files changed, 3 insertions, 0 deletions
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/" ""]))))