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

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

Re: problems with auto-fill-mode


From: Emanuel Berg
Subject: Re: problems with auto-fill-mode
Date: Sat, 30 Jan 2021 18:04:15 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

jai-bholeki wrote:

> Does it matter which expression to call first.
>
>  (setq fill-column 72)
>  (auto-fill-mode)
>
> or
>
>  (auto-fill-mode)
>  (setq fill-column 72)

No, because the mode uses that variable setting every time
it fills.

But the top version looks better and makes more sense: first
set it up, then enable.

-- 
underground experts united
http://user.it.uu.se/~embe8573
https://dataswamp.org/~incal




reply via email to

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