From 707cb9f97ea9ff6e6f7b135d24a0e2e7b0f99740 Mon Sep 17 00:00:00 2001 From: Artur Malabarba Date: Sun, 4 Jan 2015 17:51:23 -0200 Subject: Set tag max-width to 40 --- sx-question-list.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'sx-question-list.el') diff --git a/sx-question-list.el b/sx-question-list.el index ee37fb2..1342e76 100644 --- a/sx-question-list.el +++ b/sx-question-list.el @@ -165,7 +165,9 @@ Also see `sx-question-list-refresh'." sx-question-list-ago-string) 'face 'sx-question-list-date) " " - (propertize (mapconcat #'sx-question--tag-format .tags " ") + ;; @TODO: Make this width customizable. (Or maybe just make + ;; the whole thing customizable) + (propertize (format "%-40s" (mapconcat #'sx-question--tag-format .tags " ")) 'face 'sx-question-list-tags) (propertize " " 'display "\n"))))))) -- cgit v1.2.3