feat(fold): add +fold-ellipsis var

Bring *some* consistency to the text display when text is
ellided/folded.

Close: #7743
Co-authored-by: seanfarley <seanfarley@users.noreply.github.com>
This commit is contained in:
Henrik Lissner 2024-08-26 19:35:53 -04:00
parent 6077b6f0d8
commit 9a6bcc31f9
No known key found for this signature in database
GPG key ID: B60957CA074D39A3
2 changed files with 22 additions and 3 deletions

View file

@ -30,7 +30,8 @@
'empty-line
'vimish-fold-fringe))))
(overlay-put
ov 'display (propertize " [...] " 'face '+fold-hideshow-folded-face))))
ov 'display (propertize +fold-ellipsis
'face '+fold-hideshow-folded-face))))
;;