aboutsummaryrefslogtreecommitdiffstats
path: root/conkeror/.conkerorrc/init.org
diff options
context:
space:
mode:
Diffstat (limited to 'conkeror/.conkerorrc/init.org')
-rw-r--r--conkeror/.conkerorrc/init.org24
1 files changed, 0 insertions, 24 deletions
diff --git a/conkeror/.conkerorrc/init.org b/conkeror/.conkerorrc/init.org
index 012b02e..40fb299 100644
--- a/conkeror/.conkerorrc/init.org
+++ b/conkeror/.conkerorrc/init.org
@@ -52,30 +52,6 @@ Add the ~search-engines/~ directory to the opensearch load path.
add_to_opensearch_load_path('search-engines');
#+END_SRC
-Add a Mozilla Developer Network webjump. This uses their OpenSearch
-description.
-
-#+BEGIN_SRC js
- 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 a [[https://wpackagist.org/][WordPress Packagist]] webjump.
-
-#+BEGIN_SRC js
- define_webjump("wpackagist",
- "https://wpackagist.org/search?q=%s&type=any",
- $alternative="https://wpackagist.org/",
- $doc="Search WordPress packagist for plugins and themes.");
-#+END_SRC
-
Add the ~site-js/~ directory to the load path.
#+BEGIN_SRC js