.conkerorrc/settings.js
This commit is contained in:
parent
978613be50
commit
bd07f4c093
1 changed files with 2 additions and 1 deletions
|
@ -2,7 +2,8 @@
|
||||||
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;
|
||||||
hints_display_url_panel = true;
|
|
||||||
|
hints_minibuffer_annotation_mode(true);
|
||||||
|
|
||||||
add_hook("before_quit_hook",
|
add_hook("before_quit_hook",
|
||||||
function () {
|
function () {
|
||||||
|
|
Loading…
Reference in a new issue