Conkeror: Replace markam with CLark

This commit is contained in:
Tom Willemsen 2013-03-23 14:05:17 +01:00
parent 8c69461ebf
commit 8f8d687949

View file

@ -1,10 +1,10 @@
require("content-policy.js");
require("favicon");
load_paths.push("file:///home/slash/projects/markam/conkeror/");
load_paths.push("file:///usr/local/clark/share/conkeror/modules/");
theme_load_paths.push("/home/slash/.conkerorrc/themes/");
require("markam");
require("clark");
define_browser_object_class(
"history-url", null,
@ -159,7 +159,7 @@ define_key(content_buffer_normal_keymap, "C-y", "paste-url-new-buffer");
define_key(content_buffer_normal_keymap, "H", "find-url-from-history");
define_key(content_buffer_normal_keymap, "h", "find-url-from-history-new-buffer");
define_key(default_base_keymap, "C-x f", "follow-new-buffer");
define_key(content_buffer_normal_keymap, "b", "markam-add");
define_key(content_buffer_normal_keymap, "b", "clark-add");
add_hook("before_quit_hook", oni_before_quit_func);
add_hook("content_policy_hook", content_policy_bytype);