summaryrefslogtreecommitdiffstats
path: root/conkeror
diff options
context:
space:
mode:
authorGravatar Tom Willemse2014-11-02 01:07:04 +0100
committerGravatar Tom Willemse2014-11-02 01:07:04 +0100
commit2c54c1b443c94eb85d673075812159fb6aefd186 (patch)
tree2bdd6f0b2f3fa637497ebbbe71a9d289b965374d /conkeror
parent068bae02ba2d3c63da2a9ecf487f693006755ec9 (diff)
downloaddotfiles-2c54c1b443c94eb85d673075812159fb6aefd186.tar.gz
dotfiles-2c54c1b443c94eb85d673075812159fb6aefd186.zip
Remove clark
Diffstat (limited to 'conkeror')
-rw-r--r--conkeror/.conkerorrc/init.js5
1 files changed, 0 insertions, 5 deletions
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);