bbdb-user
[Top][All Lists]
Advanced

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

Re: How to wrap lines?


From: Roland Winkler
Subject: Re: How to wrap lines?
Date: Tue, 17 Sep 2024 19:30:08 -0500

On Wed, Mar 27 2024, Barak A. Pearlmutter wrote:
> You can M-x turn-on-visual-line-mode in your *BBDB* buffer and it
> wraps fine. Or if you want something a bit more visually pleasing,
> albeit still not perfect, you can load the corresponding package and
> M-x adaptive-wrap-prefix-mode there instead.

I haven't tried adaptive-wrap-prefix-mode.  (In what sense is it "still
not perfect"?)  But isn't the following all you need?

(add-hook 'bbdb-display-hook
          '(lambda () (setq wrap-prefix (make-string 21 ?\s))))



reply via email to

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