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: Christopher J. White
Subject: Re: How to get rid of the tool bar
Date: Thu, 16 Jan 2003 21:29:28 -0500
User-agent: Gnus/5.090007 (Oort Gnus v0.07) Emacs/21.2 (powerpc-apple-darwin)

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.

...cj

-- 
------------------------------------------------------------------------------
 Christopher J. White                                    chris@grierwhite.com
------------------------------------------------------------------------------ 


reply via email to

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