Remove clark
This commit is contained in:
parent
068bae02ba
commit
2c54c1b443
1 changed files with 0 additions and 5 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue