emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [longlines]


From: Haider Rizvi
Subject: Re: [longlines]
Date: Thu, 24 Jun 2021 15:09:33 -0700
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (darwin)

Uwe Brauer <oub@mat.ucm.es> writes:

> In my experience the best I found was 
>
> (defun my-turn-on-longlines-in-auctex ()
>   "Turn on all three modes which support the display of long-lines."
>   (interactive)
>   (adaptive-wrap-prefix-mode 'toggle)
>   (visual-line-mode 'toggle)
>   (visual-fill-column-mode 'toggle)
>   (message "adaptive-wrap-prefix-mode; visual-line-mode and 
> visual-fill-column-mode are
> ON/OFF."))

Nice. Didn't know about adaptive-wrap mode. I had tried visual-fill-column-mode 
but it clobbered wide tables badly, adaptive-wrap fixes that problem.

Thanks for mentioning it :-) 
-- 




reply via email to

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