summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Tom Willemse2013-05-31 18:07:29 +0200
committerGravatar Tom Willemse2013-05-31 18:07:29 +0200
commit17d6f9622be6588bfa9c8272adda38b921639cfa (patch)
tree6daade5c89333f729d9a795b2ac5f70dd71dda7e
parent7e2091503b2c383005180ff0c835c03ded1b8b87 (diff)
downloaddotfiles-17d6f9622be6588bfa9c8272adda38b921639cfa.tar.gz
dotfiles-17d6f9622be6588bfa9c8272adda38b921639cfa.zip
Add session handling
-rw-r--r--.conkerorrc/init.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/.conkerorrc/init.js b/.conkerorrc/init.js
index e4a0075..1534287 100644
--- a/.conkerorrc/init.js
+++ b/.conkerorrc/init.js
@@ -1,5 +1,6 @@
require("content-policy.js");
require("favicon");
+require("session");
load_paths.push("file:///usr/local/clark/share/conkeror/modules/");
theme_load_paths.push("/home/slash/.conkerorrc/themes/");
@@ -152,6 +153,7 @@ hint_digits = "arstdhneio";
read_buffer_show_icons = true;
title_format_fn = ext_title_format;
url_remoting_fn = load_url_in_new_buffer;
+session_auto_save_auto_load = true;
define_key(content_buffer_normal_keymap, "C-x C-b", "switch-to-buffer");
define_key(content_buffer_normal_keymap, "C-y", "paste-url-new-buffer");