From b05b4ad6e9a0605c2b0064cec2702fadd66ade06 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Sun, 16 Oct 2016 22:33:06 +0200 Subject: Add an alias for the duckduck webjump --- conkeror/.conkerorrc/init.org | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'conkeror') 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. -- cgit v1.2.3-54-g00ecf