On Fri, Oct 15, 2010 at 06:26:56PM +0300, Nicholas Ochiel wrote:
> How do I disable the clock widget in the mode-line?
> 
> I'm not sure I understand why the following doesn't work:
> 
> remove_hook("mode_line_hook",
> mode_line_adder(current_buffer_scroll_position_widget));
> 
> Is there perhaps some other "user-land" config for enabling/disabling
> mode-line widgets?


remove_hook("mode_line_hook", mode_line_adder(clock_widget));

This only affects new windows, not currently open windows.  Put it in your
rc and it will affect all windows.

-- 
John Foerch
_______________________________________________
Conkeror mailing list
[email protected]
https://www.mozdev.org/mailman/listinfo/conkeror

Reply via email to