CONKEROR: tabs, favicon, clock
Using tabs, removed clock from modeline, show favicon
This commit is contained in:
parent
43bc71ce6d
commit
4c257a02f1
1 changed files with 9 additions and 1 deletions
|
@ -1,5 +1,10 @@
|
||||||
// -*- mode: javascript -*-
|
// -*- mode: javascript -*-
|
||||||
|
require("new-tabs.js");
|
||||||
|
require("favicon");
|
||||||
|
|
||||||
cwd = make_file("/home/slash/downloads/");
|
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_paths.push("/home/slash/.conkeror/themes/");
|
||||||
theme_load("naquadah");
|
theme_load("naquadah");
|
||||||
|
@ -16,3 +21,6 @@ define_webjump("archpackages",
|
||||||
define_webjump("emacswiki",
|
define_webjump("emacswiki",
|
||||||
"http://www.google.com/cse?cx=004774160799092323420%3A6-ff2s0o6yi&q=%s",
|
"http://www.google.com/cse?cx=004774160799092323420%3A6-ff2s0o6yi&q=%s",
|
||||||
$alternative="http://www.emacswiki.org");
|
$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));
|
||||||
|
|
Loading…
Reference in a new issue