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

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

Re: How to remove the window separator line ?


From: Cezar Halmagean
Subject: Re: How to remove the window separator line ?
Date: Tue, 15 Jan 2013 14:54:00 -0800 (PST)
User-agent: G2/1.0

On Tuesday, January 15, 2013 11:03:21 PM UTC+2, Eli Zaretskii wrote:
> > Date: Tue, 15 Jan 2013 12:29:08 -0800 (PST)
> 
> > From: Cezar Halmagean <cezar@mixandgo.com>
> 
> > Injection-Date: Tue, 15 Jan 2013 20:29:08 +0000
> 
> > 
> 
> >   I want to remove the thin line that separates the windows and I am
> 
> >   not sure what it's called or how to find that setting.
> 
> 
> 
> It's called "vertical border".  I don't think you can remove it.

Yes that's what it's called, making it the same color as the background will 
do. Thank you.

For anyone else searching for this:

(set-face-attribute 'vertical-border
                    nil
                    :foreground "#282a2e")


reply via email to

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