aboutsummaryrefslogtreecommitdiff
path: root/sx-inbox.el
diff options
context:
space:
mode:
authorArtur Malabarba <bruce.connor.am@gmail.com>2014-12-25 12:44:04 -0200
committerArtur Malabarba <bruce.connor.am@gmail.com>2014-12-25 12:44:04 -0200
commit3f71435f4266ab770b296e07df650a8a3bcd3a79 (patch)
tree7401efdcf7cce4583d8816c4772f2ccf9d1d6155 /sx-inbox.el
parentfd0cc3edd58cc4fec045628ee2a73902571621cc (diff)
Slight face modifications
Diffstat (limited to 'sx-inbox.el')
-rw-r--r--sx-inbox.el5
1 files changed, 2 insertions, 3 deletions
diff --git a/sx-inbox.el b/sx-inbox.el
index 07453d4..d0be379 100644
--- a/sx-inbox.el
+++ b/sx-inbox.el
@@ -170,14 +170,13 @@ is an alist containing the elements:
(list
(propertize
" " 'display
- (concat "\n " .title "\n"
+ (concat "\n " (propertize .title 'face 'sx-question-list-date) "\n"
(let ((col fill-column))
(with-temp-buffer
(setq fill-column col)
(insert " " .body)
(fill-region (point-min) (point-max))
- (propertize (buffer-string)
- 'face 'font-lock-function-name-face))))
+ (buffer-string))))
'face 'default))))))