fix(fold): truncate-string-to-width: type errors
In9a6bcc3
, 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:
parent
288b6dc962
commit
37dbc99778
1 changed files with 0 additions and 3 deletions
|
@ -38,9 +38,6 @@ this."
|
|||
(after! org
|
||||
(setq org-ellipsis +fold-ellipsis))
|
||||
|
||||
(after! mule-util
|
||||
(setq truncate-string-ellipsis +fold-ellipsis))
|
||||
|
||||
|
||||
;;
|
||||
;;; Packages
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue