Add an alias for the duckduck webjump

This commit is contained in:
Tom Willemse 2016-10-16 22:33:06 +02:00
parent 36c8b991ee
commit b05b4ad6e9

View file

@ -59,6 +59,13 @@ description.
define_opensearch_webjump("mdn", "mozilla-developer-network.xml"); define_opensearch_webjump("mdn", "mozilla-developer-network.xml");
#+END_SRC #+END_SRC
Add a Duck Duck Go webjump. This uses the OpenSearch
description. Conkeror has a =duckduck= webjump, but I prefer the
shorter ddg.
#+BEGIN_SRC js
define_opensearch_webjump("ddg", "duckduckgo.xml");
#+END_SRC
Add the ~site-js/~ directory to the load path. Add the ~site-js/~ directory to the load path.