Add an alias for the duckduck webjump
This commit is contained in:
parent
36c8b991ee
commit
b05b4ad6e9
1 changed files with 7 additions and 0 deletions
|
@ -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.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue