fix(fold): truncate-string-to-width: type errors

In 9a6bcc3, the new default for `truncate-string-ellipsis` was long
enough that it could cause `truncate-string-to-width` to error out (see
exceeded `truncate-string-to-width`s END-COLUMN argument.

Amend: 9a6bcc31f9
Fix: #8044
This commit is contained in:
Henrik Lissner 2024-09-11 20:41:13 -04:00
parent 288b6dc962
commit 37dbc99778
No known key found for this signature in database
GPG key ID: B60957CA074D39A3

View file

@ -38,9 +38,6 @@ this."
(after! org
(setq org-ellipsis +fold-ellipsis))
(after! mule-util
(setq truncate-string-ellipsis +fold-ellipsis))
;;
;;; Packages