aboutsummaryrefslogtreecommitdiffstats
path: root/conkeror
diff options
context:
space:
mode:
authorGravatar Tom Willemse2016-10-16 22:33:06 +0200
committerGravatar Tom Willemse2016-10-16 22:33:06 +0200
commitb05b4ad6e9a0605c2b0064cec2702fadd66ade06 (patch)
treec2e1ec0a46015d210d8d1c587c54c20a704a5b0c /conkeror
parent36c8b991eeaa75ac2572faff2c4ce58b426a1620 (diff)
downloadnew-dotfiles-b05b4ad6e9a0605c2b0064cec2702fadd66ade06.tar.gz
new-dotfiles-b05b4ad6e9a0605c2b0064cec2702fadd66ade06.zip
Add an alias for the duckduck webjump
Diffstat (limited to 'conkeror')
-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.