diff options
Diffstat (limited to 'sx-question.el')
-rw-r--r-- | sx-question.el | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/sx-question.el b/sx-question.el index 59d5ded..69a4d7f 100644 --- a/sx-question.el +++ b/sx-question.el @@ -32,7 +32,14 @@ (defvar sx-question-browse-filter '((question.body_markdown question.comments - question.answers + question.answers + question.last_editor + user.display_name + comment.owner + comment.body_markdown + comment.body + answer.last_editor + answer.owner answer.body_markdown answer.comments) (user.profile_image shallow_user.profile_image))) |