diff options
author | Artur Malabarba <bruce.connor.am@gmail.com> | 2015-01-04 17:50:17 -0200 |
---|---|---|
committer | Artur Malabarba <bruce.connor.am@gmail.com> | 2015-01-04 18:09:45 -0200 |
commit | beafd94faf6ec8c1aede9cbca66c5af26bf35d51 (patch) | |
tree | 377b6692dcf11c32d770fbe2147ceeb577f94f48 | |
parent | a5c3bf4a367622ed509bdf84e46d50b0315c4ea7 (diff) |
Some starting comments
-rw-r--r-- | sx-question-list.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sx-question-list.el b/sx-question-list.el index 0a8e72c..ee7d6b1 100644 --- a/sx-question-list.el +++ b/sx-question-list.el @@ -141,12 +141,14 @@ Also see `sx-question-list-refresh'." 'sx-question-list-answers-accepted 'sx-question-list-answers)) (concat + ;; First line (propertize .title 'face (if (sx-question--read-p question-data) 'sx-question-list-read-question 'sx-question-list-unread-question)) (propertize " " 'display "\n ") + ;; Second line (propertize favorite 'face 'sx-question-list-favorite) " " (propertize (concat (sx-time-since .last_activity_date) |