help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Avoid linum line numbering in Speedbar window


From: Tom Willemsen
Subject: Re: Avoid linum line numbering in Speedbar window
Date: Thu, 03 May 2012 13:39:26 +0200
User-agent: mu4e 0.9.8.3; emacs 24.1.50.2

Hey Andreas,

On Thu 03 May 2012 01:12:04 AM CEST, Andreas Rönnquist wrote:

> - is there any nice and simple way to show line-numbers in every
> window, _except_ in the Speedbar window?

My first idea would be adding the following to your emacs init file:

(add-hook 'speedbar-mode-hook '(lambda () (linum-mode -1)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]