summaryrefslogtreecommitdiffstats
path: root/.conkerorrc/init.js
diff options
context:
space:
mode:
authorGravatar Tom Willemsen2013-01-15 12:18:04 +0100
committerGravatar Tom Willemsen2013-01-15 12:18:04 +0100
commit12b9beddbd5968a458d2a5c7b1490b8947df4a5a (patch)
treec25f398384529a8318daa030c566b6d94c1d142a /.conkerorrc/init.js
parentab5a4d34b941231dd20f69b2798bbcfef71e9a8c (diff)
downloaddotfiles-12b9beddbd5968a458d2a5c7b1490b8947df4a5a.tar.gz
dotfiles-12b9beddbd5968a458d2a5c7b1490b8947df4a5a.zip
Conkeror: Use markam instead of linkwave
Diffstat (limited to '.conkerorrc/init.js')
-rw-r--r--.conkerorrc/init.js5
1 files changed, 3 insertions, 2 deletions
diff --git a/.conkerorrc/init.js b/.conkerorrc/init.js
index 6594523..2646f25 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/var/src/linkwave/conkeror/");
+load_paths.push("file:///home/slash/projects/markam/conkeror/");
theme_load_paths.push("/home/slash/.conkerorrc/themes/");
-require("linkwave");
+require("markam");
define_browser_object_class(
"history-url", null,
@@ -118,6 +118,7 @@ hint_digits = "arstdhneio";
read_buffer_show_icons = true;
title_format_fn = ext_title_format;
url_remoting_fn = load_url_in_new_buffer;
+markam_program = "/home/slash/projects/markam/src/markam";
define_key(content_buffer_normal_keymap, "h",
"find-url-from-history-new-buffer");