From 12b9beddbd5968a458d2a5c7b1490b8947df4a5a Mon Sep 17 00:00:00 2001 From: Tom Willemsen Date: Tue, 15 Jan 2013 12:18:04 +0100 Subject: Conkeror: Use markam instead of linkwave --- .conkerorrc/init.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to '.conkerorrc/init.js') 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"); -- cgit v1.2.3-54-g00ecf