Add wpackagist webjump

This commit is contained in:
Tom Willemse 2016-10-29 12:15:48 +02:00
parent 3e5646f4b5
commit 10c653db7d

View file

@ -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