summaryrefslogtreecommitdiffstats
path: root/conkerorrc
diff options
context:
space:
mode:
authorGravatar Tom Willemsen2011-05-28 00:50:29 +0200
committerGravatar Tom Willemsen2011-05-28 00:50:29 +0200
commit43bc71ce6dab125ce96cba78f717e20cd464f140 (patch)
tree207e27389b1f3a2e180161b8cfc71e9cd97d98d9 /conkerorrc
parent7ab36e478a92b63d3e64a03efb8bd49c1c1ac2b0 (diff)
downloaddotfiles-43bc71ce6dab125ce96cba78f717e20cd464f140.tar.gz
dotfiles-43bc71ce6dab125ce96cba78f717e20cd464f140.zip
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
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");