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

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

Re: Setting fill-column and others for text-mode


From: Nikolaj Schumacher
Subject: Re: Setting fill-column and others for text-mode
Date: Fri, 24 Oct 2008 17:52:04 +0200
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.3 (darwin)

Decebal <CLDWesterhof@gmail.com> wrote:

> I would like to set fill-column, left-margin, tab-width and default-
> justification for text-mode, but I do not manage to get this working.
> How can this be done?

You can set them inside a hook like this:
(setq fill-column 70)

You already know how to do hooks.


regards,
Nikolaj Schumacher




reply via email to

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