summaryrefslogtreecommitdiffstats
path: root/.conkerorrc/modeline.js
blob: 25c008e7b054c260d326c42a8f0cf485b5512ebc (plain)
1
2
3
4
5
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));