aboutsummaryrefslogtreecommitdiff
path: root/sx-search.el
diff options
context:
space:
mode:
authorArtur Malabarba <bruce.connor.am@gmail.com>2015-02-12 10:30:45 -0200
committerArtur Malabarba <bruce.connor.am@gmail.com>2015-02-12 10:30:45 -0200
commit590b4c52574c7fcdeaf21b44ecea9cbb861ccfca (patch)
tree3188ac963748c539f0cf7e88593f92d115a340ca /sx-search.el
parent67af840cb9a9eb18d5d7ddb16f75676ed47852fd (diff)
Imrpove sx-question-list--order-methods
Diffstat (limited to 'sx-search.el')
-rw-r--r--sx-search.el3
1 files changed, 1 insertions, 2 deletions
diff --git a/sx-search.el b/sx-search.el
index e6746a3..febeeef 100644
--- a/sx-search.el
+++ b/sx-search.el
@@ -64,8 +64,7 @@ KEYWORDS is passed to `sx-method-call'."
(defconst sx-search--order-methods
(cons '("Relevance" . relevance)
- (cl-remove-if (lambda (x) (eq (cdr x) 'hot))
- (default-value 'sx-question-list--order-methods)))
+ (default-value 'sx-question-list--order-methods))
"Alist of possible values to be passed to the `sort' keyword.")
(defcustom sx-search-default-order 'activity