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

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

Re: How to get rid of the tool bar


From: Zaphod Beeblebrox
Subject: Re: How to get rid of the tool bar
Date: Fri, 17 Jan 2003 16:30:52 +1300
User-agent: Pan/0.11.2 (Unix)

On Fri, 17 Jan 2003 15:29:28 +1300, Christopher J. White wrote:

> I've got the following in my .emacs:
> 
> (setq default-frame-alist `((minibuffer . t)
>                               (menu-bar-lines . 0)
>                               (tool-bar-lines . 0)
>                               (background-mode . dark)
>                               (top . 60)
>                               (left . 60)
>                               (height . ,default-frame-height)
>                               (cursor-color . "white")
>                               (foreground-color . "white")
>                               (background-color . "black")
>                               ))
> 
> 
> I think you can also use (tool-bar-mode nil) but I don't know if that
> works for all frames.


(tool-bar-mode nil) works everywhere I've tried it.

Thanks


reply via email to

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