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

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

RE: auto fill-paragraph


From: Drew Adams
Subject: RE: auto fill-paragraph
Date: Fri, 16 Nov 2012 14:42:37 -0800

> (1) C-x f 75 RET
> (2) Type more than 75 characters in words.
> (3) M-x fill-paragraph
> The goal is to automate (3) as characters reach 76 to a line.

Turn on auto-fill-mode in your init file.
E.g., (add-hook 'text-mode-hook 'turn-on-auto-fill t)




reply via email to

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