Add cdispass settings
This commit is contained in:
parent
17d6f9622b
commit
6fba1713f8
1 changed files with 3 additions and 0 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue