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

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

Re: How to choose the right emacs on Ubuntu Linux


From: rustom
Subject: Re: How to choose the right emacs on Ubuntu Linux
Date: Wed, 08 Dec 2010 15:35:51 -0000
User-agent: G2/1.0

On Nov 12, 11:58 pm, Nerius Landys <nlan...@gmail.com> wrote:
> I use emacs23-nox.  It runs in a terminal, but you get the antialiasing from
> the terminal it's running in.
> I actually find the full emacs GUI to be very annoying.

I have the following in my init that reduces the annoyances

(scroll-bar-mode 0)
(tool-bar-mode 0)
(setq inhibit-startup-message t)
(setq initial-scratch-message nil)

You can even add: (menu-bar-bode 0) if you want it more bare


reply via email to

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