branch: externals/transient
commit dd93001e85ebc26eb25ff1f7f00c993ca87c0fea
Author: Jonas Bernoulli <[email protected]>
Commit: Jonas Bernoulli <[email protected]>
transient--insert-group(columns): Reduce space between columns
---
lisp/transient.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lisp/transient.el b/lisp/transient.el
index b399b9a3a3..9fc8669b21 100644
--- a/lisp/transient.el
+++ b/lisp/transient.el
@@ -3771,7 +3771,7 @@ have a history of their own.")
col))))
columns))
(cc (transient--seq-reductions-from
- (apply-partially #'+ (* 3 (if vp (transient--pixel-width " ")
1)))
+ (apply-partially #'+ (* 2 (if vp (transient--pixel-width " ")
1)))
cw 0)))
(if transient-force-single-column
(dotimes (c cs)