Conkeror: Use markam instead of linkwave

This commit is contained in:
Tom Willemsen 2013-01-15 12:18:04 +01:00
parent ab5a4d34b9
commit 12b9beddbd

View file

@ -1,10 +1,10 @@
require("content-policy.js"); require("content-policy.js");
require("favicon"); 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/"); theme_load_paths.push("/home/slash/.conkerorrc/themes/");
require("linkwave"); require("markam");
define_browser_object_class( define_browser_object_class(
"history-url", null, "history-url", null,
@ -118,6 +118,7 @@ hint_digits = "arstdhneio";
read_buffer_show_icons = true; read_buffer_show_icons = true;
title_format_fn = ext_title_format; title_format_fn = ext_title_format;
url_remoting_fn = load_url_in_new_buffer; url_remoting_fn = load_url_in_new_buffer;
markam_program = "/home/slash/projects/markam/src/markam";
define_key(content_buffer_normal_keymap, "h", define_key(content_buffer_normal_keymap, "h",
"find-url-from-history-new-buffer"); "find-url-from-history-new-buffer");