From 2c54c1b443c94eb85d673075812159fb6aefd186 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Sun, 2 Nov 2014 01:07:04 +0100 Subject: Remove clark --- conkeror/.conkerorrc/init.js | 5 ----- 1 file changed, 5 deletions(-) (limited to 'conkeror/.conkerorrc/init.js') diff --git a/conkeror/.conkerorrc/init.js b/conkeror/.conkerorrc/init.js index 20988b5..452ebf1 100644 --- a/conkeror/.conkerorrc/init.js +++ b/conkeror/.conkerorrc/init.js @@ -4,15 +4,12 @@ require("session"); require("github"); require("reddit"); -load_paths.push("file:///usr/local/clark/share/conkeror/modules/"); load_paths.push("file:///home/slash/projects/cdispass/"); load_paths.push("file:///home/slash/.conkerorrc/site-js/"); -load_paths.push("file:///home/slash/.conkerorrc/clark-conkeror/"); load_paths.push("file:///home/slash/.conkerorrc/page-modes/"); theme_load_paths.push("/home/slash/.conkerorrc/themes/"); opensearch_load_paths.push(make_file("/home/slash/.conkerorrc/search-engines/")); -require("clark"); require("cdispass"); require("jira"); @@ -187,7 +184,6 @@ define_key(content_buffer_text_keymap, "C-g", "unfocus"); define_key(content_buffer_normal_keymap, "C-x C-b", "switch-to-buffer"); 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, "b", clark_keymap); define_key(content_buffer_normal_keymap, "h", "find-url-from-history-new-buffer"); define_key(content_buffer_text_keymap, "C-c d", "dispass"); define_key(default_base_keymap, "C-x f", "follow-new-buffer"); @@ -196,7 +192,6 @@ add_hook("before_quit_hook", oni_before_quit_func); add_hook("content_policy_hook", content_policy_bytype); add_hook("mode_line_hook", mode_line_adder(buffer_count_widget)); add_hook("mode_line_hook", mode_line_adder(buffer_icon_widget), true); -add_hook("mode_line_hook", mode_line_adder(clark_bookmarked_widget), true); add_hook("mode_line_hook", mode_line_adder(downloads_status_widget)); remove_hook("download_added_hook", open_download_buffer_automatically); -- cgit v1.2.3-54-g00ecf