summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Tom Willemse2013-05-31 18:07:44 +0200
committerGravatar Tom Willemse2013-05-31 18:07:44 +0200
commit6fba1713f8454d5af8a6ca3b4a3119be17213fc2 (patch)
tree3de313822da2ed2d92f79f26cdd96a7e77aae746
parent17d6f9622be6588bfa9c8272adda38b921639cfa (diff)
downloaddotfiles-6fba1713f8454d5af8a6ca3b4a3119be17213fc2.tar.gz
dotfiles-6fba1713f8454d5af8a6ca3b4a3119be17213fc2.zip
Add cdispass settings
-rw-r--r--.conkerorrc/init.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/.conkerorrc/init.js b/.conkerorrc/init.js
index 1534287..520ef04 100644
--- a/.conkerorrc/init.js
+++ b/.conkerorrc/init.js
@@ -3,9 +3,11 @@ require("favicon");
require("session");
load_paths.push("file:///usr/local/clark/share/conkeror/modules/");
+load_paths.push("file:///home/slash/projects/cdispass/");
theme_load_paths.push("/home/slash/.conkerorrc/themes/");
require("clark");
+require("cdispass");
define_browser_object_class(
"history-url", null,
@@ -161,6 +163,7 @@ 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", clark_keymap);
+define_key(content_buffer_text_keymap, "C-c d", "dispass-and-submit");
add_hook("before_quit_hook", oni_before_quit_func);
add_hook("content_policy_hook", content_policy_bytype);