From 63484071c93bb3b9d661ed98a77a29e587b456e7 Mon Sep 17 00:00:00 2001 From: Artur Malabarba Date: Sun, 4 Jan 2015 17:51:11 -0200 Subject: Fix date width --- sx-question-list.el | 3 +++ 1 file changed, 3 insertions(+) (limited to 'sx-question-list.el') diff --git a/sx-question-list.el b/sx-question-list.el index 81e5ab0..ee37fb2 100644 --- a/sx-question-list.el +++ b/sx-question-list.el @@ -160,6 +160,9 @@ Also see `sx-question-list-refresh'." 'face 'sx-question-list-bounty) " ") " " + (propertize (format "%3s%s" + (sx-time-since .last_activity_date) + sx-question-list-ago-string) 'face 'sx-question-list-date) " " (propertize (mapconcat #'sx-question--tag-format .tags " ") -- cgit v1.2.3