From 5f6640e6af708097379ba419d8735713dbecff6e Mon Sep 17 00:00:00 2001 From: Artur Malabarba Date: Thu, 13 Nov 2014 14:36:53 +0000 Subject: Improve question filter --- sx-question.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sx-question.el b/sx-question.el index 5aab158..e04598b 100644 --- a/sx-question.el +++ b/sx-question.el @@ -30,7 +30,7 @@ (require 'sx-method) (defvar sx-question-browse-filter - '(question.body_markdown (user.profile_image shallow_user.profile_image))) + '((question.body_markdown question.comments question.answers answer.body_markdown answer.comments) (user.profile_image shallow_user.profile_image))) (defun sx-question-get-questions (site &optional page) "Get the page PAGE of questions from SITE." -- cgit v1.2.3