legacy-dotfiles/conkerorrc
Tom Willemsen 43bc71ce6d CONKEROR: Naquadah theme, emacswiki webjump
Changed the blackened theme to make it look more like the naquadah
theme for emacs and added an emacswiki webjump
2011-05-28 00:50:29 +02:00

18 lines
798 B
JavaScript

// -*- mode: javascript -*-
cwd = make_file("/home/slash/downloads/");
theme_load_paths.push("/home/slash/.conkeror/themes/");
theme_load("naquadah");
define_webjump("archwiki",
"http://wiki.archlinux.org/index.php?search=%s",
$alternative="http://wiki.archlinux.org");
define_webjump("aur",
"http://aur.archlinux.org/packages.php?O=0&k=%s&do_Search=Go",
$alternative="http://aur.archlinux.org");
define_webjump("archpackages",
"http://www.archlinux.org/packages/?sort=&q=%s&limit=50",
$alternative="http://packages.archlinux.org");
define_webjump("emacswiki",
"http://www.google.com/cse?cx=004774160799092323420%3A6-ff2s0o6yi&q=%s",
$alternative="http://www.emacswiki.org");