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

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

Re: What did you do with Emacs!!!!!


From: Ivan Kanis
Subject: Re: What did you do with Emacs!!!!!
Date: 02 Apr 2003 11:13:19 +0200
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2

    R> Is there any purist version of Emacs for the old Emacs fans?

You can turn off all of the frills with the customization. You can
turn off the popups, the toolbar, the scrollbar even the menu.

To get you started stick this in your .emacs file

; turn off context sensitive help
(tooltip-mode -1)

; Turn off scroll-bar
(scroll-bar-mode nil)

And that in your .Xresources file

! emacs
Emacs.toolBar: 0


-- 
/-----------------------------------------------------------------------------*
|    "Speak your mind, even if your voice shakes.     |       Ivan Kanis      |
|    Well aimed slingshots can topple giants."        |    ivank@juliva.com   |
|    (Maggie Kuhn)                                    |     www.juliva.com    |
*-----------------------------------------------------------------------------/


reply via email to

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