.conkerorrc/settings.js

This commit is contained in:
Tom Willemsen 2012-02-09 09:15:33 +01:00
parent ba545eb849
commit 50b69d8d9c

View file

@ -1,3 +1,4 @@
// -*- eval: (git-auto-commit-mode 1) -*-
cwd = make_file("/home/slash/downloads/"); cwd = make_file("/home/slash/downloads/");
url_remoting_fn = load_url_in_new_buffer; url_remoting_fn = load_url_in_new_buffer;
read_buffer_show_icons = true; read_buffer_show_icons = true;
@ -12,3 +13,5 @@ add_hook("before_quit_hook",
$options = ["y", "n"])); $options = ["y", "n"]));
yield co_return(result); yield co_return(result);
}); });
remove_hook("download_added_hook", open_download_buffer_automatically);