summaryrefslogtreecommitdiffstats
path: root/conkerorrc
diff options
context:
space:
mode:
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));