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:
parent
6077b6f0d8
commit
9a6bcc31f9
2 changed files with 22 additions and 3 deletions
|
@ -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))))
|
||||
|
||||
|
||||
;;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue