.conkerorrc/settings.js
This commit is contained in:
parent
ba545eb849
commit
50b69d8d9c
1 changed files with 3 additions and 0 deletions
|
@ -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);
|
||||||
|
|
Loading…
Reference in a new issue