<<< Date Index >>>     <<< Thread Index >>>

Re: set editor, switching from vim to emacs



On Tue, Nov 18, 2003 at 12:39:31PM +0100, Konstantin Kletschke wrote:
> PS.: (great, highlighted PS.: and (text in braces!)) I see emacs gods
> are here, how to get rid of menubar with emacs -nw? Is, when switched

Excerpt from my ~/.emacs:

(menu-bar-mode 0)
(if (eq emacs-major-version 21)
    (tool-bar-mode 0))

Ciao,
 Allister