emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/which-key 0abac5e025 5/7: Fix code column width


From: ELPA Syncer
Subject: [elpa] externals/which-key 0abac5e025 5/7: Fix code column width
Date: Sat, 1 Jan 2022 23:57:57 -0500 (EST)

branch: externals/which-key
commit 0abac5e0253f9ae04763958cf30c8e14cd997430
Author: Justin Burkett <justin@burkett.cc>
Commit: Justin Burkett <justin@burkett.cc>

    Fix code column width
---
 which-key.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/which-key.el b/which-key.el
index a499e2a883..644d755c13 100644
--- a/which-key.el
+++ b/which-key.el
@@ -1862,7 +1862,8 @@ that width."
   (let* ((col-key-width  (+ which-key-add-column-padding
                             (which-key--max-len col-keys 0)))
          (col-sep-width  (which-key--max-len col-keys 1))
-         (col-desc-width (which-key--max-len col-keys 2 
which-key-min-column-description-width))
+         (col-desc-width (which-key--max-len
+                          col-keys 2 which-key-min-column-description-width))
          (col-width      (+ 1 col-key-width col-sep-width col-desc-width)))
     (cons col-width
           (mapcar (lambda (k)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]