info-gnus-english
[Top][All Lists]
Advanced

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

Re: Line length when writing an email


From: Clemens Schüller
Subject: Re: Line length when writing an email
Date: Fri, 18 Apr 2014 20:13:20 +0200
User-agent: Gnus/5.13001 (Ma Gnus v0.10) Emacs/24.4.50 (gnu/linux)

Hello!

Sharon Kimble <boudiccas@talktalk.net> writes:

> I've recently found that when writing an email the line length is not
> recognised, in spite of having
> (setq-default fill-column 78)
> in my '.gnus.el'. When replying to an email the line length very often goes to
> the edge of the window, even with 'Word Wrap (visual line mode)' enabled.

> How can I get it to just stop at a line length of just 78 characters please?

╭────
│(add-hook 'message-mode-hook
│(lambda ()
│  (setq fill-column 78)
│  (turn-on-auto-fill)))
╰────

This should work.


-- 
Best Regards, Clemens Schüller



reply via email to

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