summaryrefslogtreecommitdiffstats
path: root/.conkerorrc
diff options
context:
space:
mode:
Diffstat (limited to '.conkerorrc')
-rw-r--r--.conkerorrc/modeline.js2
-rw-r--r--.conkerorrc/settings.js9
2 files changed, 8 insertions, 3 deletions
diff --git a/.conkerorrc/modeline.js b/.conkerorrc/modeline.js
index cac9b85..25c008e 100644
--- a/.conkerorrc/modeline.js
+++ b/.conkerorrc/modeline.js
@@ -1,4 +1,6 @@
+// -*- eval: (git-auto-commit-mode 1) -*-
require("favicon");
add_hook("mode_line_hook", mode_line_adder(buffer_icon_widget, true));
add_hook("mode_line_hook", mode_line_adder(buffer_count_widget, true));
+add_hook("mode_line_hook", mode_line_adder(downloads_status_widget));
diff --git a/.conkerorrc/settings.js b/.conkerorrc/settings.js
index 4dc32c4..b9f4ad6 100644
--- a/.conkerorrc/settings.js
+++ b/.conkerorrc/settings.js
@@ -1,6 +1,7 @@
-cwd = make_file("/home/slash/downloads/");
-url_remoting_fn = load_url_in_new_buffer;
-read_buffer_show_icons = true;
+// -*- eval: (git-auto-commit-mode 1) -*-
+cwd = make_file("/home/slash/downloads/");
+url_remoting_fn = load_url_in_new_buffer;
+read_buffer_show_icons = true;
hints_display_url_panel = true;
add_hook("before_quit_hook",
@@ -12,3 +13,5 @@ add_hook("before_quit_hook",
$options = ["y", "n"]));
yield co_return(result);
});
+
+remove_hook("download_added_hook", open_download_buffer_automatically);