diff options
author | Artur Malabarba <bruce.connor.am@gmail.com> | 2015-02-11 15:41:08 +0000 |
---|---|---|
committer | Artur Malabarba <bruce.connor.am@gmail.com> | 2015-02-11 15:42:34 +0000 |
commit | 0f6749ea36669ed0d8be4f284244813ea30ff4cd (patch) | |
tree | 02641218a2d22472bfb664b956e594dcf765920d /sx-question-list.el | |
parent | 3293b8a2f75aa92c348cfa82e60b6e5a1e39f088 (diff) |
Improve order-methods
Diffstat (limited to 'sx-question-list.el')
-rw-r--r-- | sx-question-list.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sx-question-list.el b/sx-question-list.el index 907ff39..7757503 100644 --- a/sx-question-list.el +++ b/sx-question-list.el @@ -234,8 +234,10 @@ This is ignored if `sx-question-list--refresh-function' is set.") '(("Recent Activity" . activity) ("Creation Date" . creation) ("Most Voted" . votes) + ("Score" . votes) ("Hot" . hot)) "Alist of possible values to be passed to the `sort' keyword.") +(make-variable-buffer-local 'sx-question-list--order-methods) (defun sx-question-list--interactive-order-prompt (&optional prompt) "Interactively prompt for a sorting order. |