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

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

Re: Turning scrollbar off in emacsclient frames


From: John Yates
Subject: Re: Turning scrollbar off in emacsclient frames
Date: Wed, 9 Sep 2015 08:56:45 -0400

On Tue, Sep 8, 2015 at 11:25 PM, Ian Zimmerman <itz@buug.org> wrote:

> Customize default-frame-alist and as one of the parameters include
> vertical-scroll-bars = nil.
>

Alternatively, if you are on running under X you can customize your
~/.Xresources.  Here is mine:

Emacs.font: Dina-13
Emacs.fullscreen: maximized
Emacs.background: black
Emacs.foreground: white
Emacs.menuBar: off
Emacs.toolBar: off
Emacs.horizontalScrollBars: off
Emacs.verticalScrollBars:   off

This seems to avoid a lot of flashing and frame resizing before emacs
settles into its initial configuration.


reply via email to

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