From 10c653db7d5c2a242423178bb550d48e3e300b5a Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Sat, 29 Oct 2016 12:15:48 +0200 Subject: Add wpackagist webjump --- conkeror/.conkerorrc/init.org | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'conkeror/.conkerorrc') diff --git a/conkeror/.conkerorrc/init.org b/conkeror/.conkerorrc/init.org index 56f43af..012b02e 100644 --- a/conkeror/.conkerorrc/init.org +++ b/conkeror/.conkerorrc/init.org @@ -67,6 +67,15 @@ shorter ddg. 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 -- cgit v1.2.3-54-g00ecf