CONKEROR: tabs, favicon, clock

Using tabs, removed clock from modeline, show favicon
This commit is contained in:
Tom Willemsen 2011-05-28 01:19:24 +02:00
parent 43bc71ce6d
commit 4c257a02f1

View file

@ -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));