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

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

Re: getting rid of button bar


From: Ola Nilsson
Subject: Re: getting rid of button bar
Date: Sun, 26 Oct 2003 09:19:00 GMT
User-agent: Gnus/5.1002 (Gnus v5.10.2) Emacs/21.3 (gnu/linux)

Hie,

Lowell <lkirsh@cs.ubc.ca> writes:
> On my emacs at work, there is a bar of graphical buttons, just above
> the regular editing area. How do I get rid of it?
>
> Lowell
>
> p.s. I'm using gnu emacs 21.2 for Solaris

I use this in by .emacs.

;; turn off tool-bar
(if (tool-bar-mode)
    (tool-bar-mode))

Regards,
-- 
/Ola Nilsson


reply via email to

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