aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sx-question-list.el4
1 files changed, 3 insertions, 1 deletions
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")))))))