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

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

Re: What do the "bidi-paragraph-start-re" and "bidi-paragraph-separate-r


From: Robert Pluim
Subject: Re: What do the "bidi-paragraph-start-re" and "bidi-paragraph-separate-re" do?
Date: Wed, 09 Nov 2022 14:16:18 +0100

>>>>> On Wed, 9 Nov 2022 13:02:09 +0200, Evan Aad <oddeveneven@gmail.com> said:

    >> On Wed, Nov 9, 2022 at 12:55 AM Michael Heerdegen wrote:
    >> Plus "simple editing commands are redefined to act on visual lines, not
    >> logical lines".

    Evan> What do I need to add to my .emacs file in order to turn on 
'visual-line-mode'?

The same as any other minor mode:

(visual-line-mode 1)

Of course, that will only turn it on in the buffer where itʼs called,
so you either need to add that to the appropriate mode hooks, or if
you want it enabled everywhere

(global-visual-line-mode 1)

or 'M-x customize RET global-visual-line-mode RET' and enable and save
it from there.

Robert
-- 



reply via email to

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