summaryrefslogtreecommitdiffstats
path: root/conkerorrc
diff options
context:
space:
mode:
authorGravatar Tom Willemsen2011-05-28 01:19:24 +0200
committerGravatar Tom Willemsen2011-05-28 01:19:24 +0200
commit4c257a02f1814562ed808f6bfa1fa5e0b102f9ff (patch)
tree436d68916c6888cdd84d1d86ce1110a19ec67416 /conkerorrc
parent43bc71ce6dab125ce96cba78f717e20cd464f140 (diff)
downloaddotfiles-4c257a02f1814562ed808f6bfa1fa5e0b102f9ff.tar.gz
dotfiles-4c257a02f1814562ed808f6bfa1fa5e0b102f9ff.zip
CONKEROR: tabs, favicon, clock
Using tabs, removed clock from modeline, show favicon
Diffstat (limited to 'conkerorrc')
-rw-r--r--conkerorrc10
1 files changed, 9 insertions, 1 deletions
diff --git a/conkerorrc b/conkerorrc
index 233f453..6a330c9 100644
--- a/conkerorrc
+++ b/conkerorrc
@@ -1,5 +1,10 @@
// -*- mode: javascript -*-
-cwd = make_file("/home/slash/downloads/");
+require("new-tabs.js");
+require("favicon");
+
+cwd = make_file("/home/slash/downloads/");
+url_remoting_fn = load_url_in_new_buffer;
+read_buffer_show_icons = true;
theme_load_paths.push("/home/slash/.conkeror/themes/");
theme_load("naquadah");
@@ -16,3 +21,6 @@ define_webjump("archpackages",
define_webjump("emacswiki",
"http://www.google.com/cse?cx=004774160799092323420%3A6-ff2s0o6yi&q=%s",
$alternative="http://www.emacswiki.org");
+
+add_hook("mode_line_hook", mode_line_adder(buffer_icon_widget, true));
+remove_hook("mode_line_hook", mode_line_adder(clock_widget));