Hello! Sharon Kimble <[email protected]> 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 _______________________________________________ info-gnus-english mailing list [email protected] https://lists.gnu.org/mailman/listinfo/info-gnus-english
