aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--conkeror/.conkerorrc/init.org7
1 files changed, 7 insertions, 0 deletions
diff --git a/conkeror/.conkerorrc/init.org b/conkeror/.conkerorrc/init.org
index dc2b81c..aa888fa 100644
--- a/conkeror/.conkerorrc/init.org
+++ b/conkeror/.conkerorrc/init.org
@@ -59,6 +59,13 @@ description.
define_opensearch_webjump("mdn", "mozilla-developer-network.xml");
#+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.