diff options
author | Artur Malabarba <bruce.connor.am@gmail.com> | 2015-01-04 17:51:11 -0200 |
---|---|---|
committer | Artur Malabarba <bruce.connor.am@gmail.com> | 2015-01-04 18:12:16 -0200 |
commit | 63484071c93bb3b9d661ed98a77a29e587b456e7 (patch) | |
tree | ceaf0a1abc9566054d49ddb81d4a8130f93dcbeb /sx-question-list.el | |
parent | e8a2b48d09e22cf5dca446e70d1428ae4561fd42 (diff) |
Fix date width
Diffstat (limited to 'sx-question-list.el')
-rw-r--r-- | sx-question-list.el | 3 |
1 files changed, 3 insertions, 0 deletions
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 " ") |