diff options
author | Artur Malabarba <bruce.connor.am@gmail.com> | 2014-11-13 14:36:53 +0000 |
---|---|---|
committer | Artur Malabarba <bruce.connor.am@gmail.com> | 2014-11-13 14:36:53 +0000 |
commit | 5f6640e6af708097379ba419d8735713dbecff6e (patch) | |
tree | 513057ea31d23d57b78af65050b34ee8a1bf32bd | |
parent | 0be479ddb2a01c530bb1606c6b6beb52d43c2257 (diff) |
Improve question filter
-rw-r--r-- | sx-question.el | 2 |
1 files changed, 1 insertions, 1 deletions
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." |