summaryrefslogtreecommitdiffstats
path: root/conkerorrc
diff options
context:
space:
mode:
Diffstat (limited to 'conkerorrc')
-rw-r--r--conkerorrc5
1 files changed, 4 insertions, 1 deletions
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");