branch: elpa/mastodon
commit ab3ad5a116f5fec199ff685b46a03add067ba6b5
Author: marty hiatt <martianhia...@disroot.org>
Commit: marty hiatt <martianhia...@disroot.org>

    format kbind: add padding (min kbind str length)
---
 lisp/mastodon-toot.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/mastodon-toot.el b/lisp/mastodon-toot.el
index a588318c7c..fbc6fdaeed 100644
--- a/lisp/mastodon-toot.el
+++ b/lisp/mastodon-toot.el
@@ -1627,7 +1627,7 @@ e.g. `mastodon-toot--send' -> Send."
     (substitute-command-keys
      (format
       (concat (mastodon-toot--comment "    ")
-              "%s"
+              "%-10s"
               (mastodon-toot--comment " - %s"))
       key command))))
 

Reply via email to