aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sx-question-list.el3
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 " ")