From 67af840cb9a9eb18d5d7ddb16f75676ed47852fd Mon Sep 17 00:00:00 2001 From: Artur Malabarba Date: Thu, 12 Feb 2015 10:13:24 -0200 Subject: Define sx-question-list--descending for inverting the order --- sx-search.el | 1 + 1 file changed, 1 insertion(+) (limited to 'sx-search.el') diff --git a/sx-search.el b/sx-search.el index 235d5f7..e6746a3 100644 --- a/sx-search.el +++ b/sx-search.el @@ -115,6 +115,7 @@ prefix argument, the user is asked for everything." (sx-search-get-questions sx-question-list--site page query tags excluded-tags + (cons 'order (if sx-question-list--descending 'desc 'asc)) (cons 'sort sx-question-list--order)))) (setq sx-question-list--site site) (setq sx-question-list--order sx-search-default-order) -- cgit v1.2.3