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

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

Re: Simple emacs setup for general prose?


From: Andreas Politz
Subject: Re: Simple emacs setup for general prose?
Date: Tue, 08 Mar 2011 21:51:09 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux)

bclark76 <bclark76@gmail.com> writes:

> I'd like to edit prose using emacs.  Is there a mode where I can
> smoothly type prose?
>
> I want paragraphs to look like this:
>
> *TAB*Here is the start of a paragraph that I want emacs to autofill.
> notice how it begins with a tab character on the first line, and the
> second and subsequent lines do not start with the tab character.
> this ALMOST seems possible using M-x text then M-x fill, but
> unfortunately my paragraphs come out as below.
>

Try `paragraph-indent-text-mode', `auto-fill-mode' and
M-: (setq indent-tabs-mode t) RET

-ap


reply via email to

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