From 796d3e49d2f843da34b93a79b1cf3a56992bca2e Mon Sep 17 00:00:00 2001 From: Kinneyzhang Date: Mon, 18 Aug 2025 00:35:40 +0800 Subject: [PATCH] misc --- ekp.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ekp.el b/ekp.el index 0da3739..614981d 100644 --- a/ekp.el +++ b/ekp.el @@ -259,7 +259,8 @@ boxes-widths :glues-types glues-types)." (cons (ekp-split-string string)) (boxes (car cons)) (hyphen_after_positions (cdr cons)) - (boxes-widths (vconcat (mapcar #'string-pixel-width boxes))) + (boxes-widths (vconcat + (mapcar #'string-pixel-width boxes))) (boxes-types (vconcat (mapcar #'ekp-box-type boxes))) (glues-types (ekp--glues-types boxes boxes-types hyphen_after_positions))