summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Tom Willemsen2013-03-23 14:05:17 +0100
committerGravatar Tom Willemsen2013-03-23 14:05:17 +0100
commit8f8d6879490a9829b55972f08c39c5c887e25830 (patch)
treee0214983634fe722819d8456fd2d5b60a407284c
parent8c69461ebf9480001213e9c0cd2b78003d7c3fb6 (diff)
downloaddotfiles-8f8d6879490a9829b55972f08c39c5c887e25830.tar.gz
dotfiles-8f8d6879490a9829b55972f08c39c5c887e25830.zip
Conkeror: Replace markam with CLark
-rw-r--r--.conkerorrc/init.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/.conkerorrc/init.js b/.conkerorrc/init.js
index 5775492..9db702c 100644
--- a/.conkerorrc/init.js
+++ b/.conkerorrc/init.js
@@ -1,10 +1,10 @@
require("content-policy.js");
require("favicon");
-load_paths.push("file:///home/slash/projects/markam/conkeror/");
+load_paths.push("file:///usr/local/clark/share/conkeror/modules/");
theme_load_paths.push("/home/slash/.conkerorrc/themes/");
-require("markam");
+require("clark");
define_browser_object_class(
"history-url", null,
@@ -159,7 +159,7 @@ 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, "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", "markam-add");
+define_key(content_buffer_normal_keymap, "b", "clark-add");
add_hook("before_quit_hook", oni_before_quit_func);
add_hook("content_policy_hook", content_policy_bytype);