From 43bc71ce6dab125ce96cba78f717e20cd464f140 Mon Sep 17 00:00:00 2001 From: Tom Willemsen Date: Sat, 28 May 2011 00:50:29 +0200 Subject: 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 --- conkerorrc | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'conkerorrc') diff --git a/conkerorrc b/conkerorrc index 10cb2f6..233f453 100644 --- a/conkerorrc +++ b/conkerorrc @@ -2,7 +2,7 @@ cwd = make_file("/home/slash/downloads/"); theme_load_paths.push("/home/slash/.conkeror/themes/"); -theme_load("blackened"); +theme_load("naquadah"); define_webjump("archwiki", "http://wiki.archlinux.org/index.php?search=%s", @@ -13,3 +13,6 @@ define_webjump("aur", 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"); -- cgit v1.3-2-g0d8e