diff options
author | Artur Malabarba <bruce.connor.am@gmail.com> | 2014-12-25 12:44:04 -0200 |
---|---|---|
committer | Artur Malabarba <bruce.connor.am@gmail.com> | 2014-12-25 12:44:04 -0200 |
commit | 3f71435f4266ab770b296e07df650a8a3bcd3a79 (patch) | |
tree | 7401efdcf7cce4583d8816c4772f2ccf9d1d6155 /sx-inbox.el | |
parent | fd0cc3edd58cc4fec045628ee2a73902571621cc (diff) |
Slight face modifications
Diffstat (limited to 'sx-inbox.el')
-rw-r--r-- | sx-inbox.el | 5 |
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)))))) |