From 8f8d6879490a9829b55972f08c39c5c887e25830 Mon Sep 17 00:00:00 2001 From: Tom Willemsen Date: Sat, 23 Mar 2013 14:05:17 +0100 Subject: Conkeror: Replace markam with CLark --- .conkerorrc/init.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.conkerorrc/init.js b/.conkerorrc/init.js index 5775492..9db702c 100644 --- a/.conkerorrc/init.js +++ b/.conkerorrc/init.js @@ -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); -- cgit v1.2.3-54-g00ecf