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

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

bug#18167: 24.4.50; Horizontal scroll bar


From: martin rudalics
Subject: bug#18167: 24.4.50; Horizontal scroll bar
Date: Fri, 01 Aug 2014 12:10:17 +0200

> Is there a way to either get rid of them or at least hide them when
> the whole data is within the widow width?  I am finding it visually
> dominant and takes screen space.

Please use

(when (fboundp 'horizontal-scroll-bar-mode)
  (horizontal-scroll-bar-mode -1))

in your .emacs.

martin





reply via email to

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