From db477cd54fa51f7604a8cba815848c7ea1b7ba37 Mon Sep 17 00:00:00 2001 From: Artur Malabarba Date: Thu, 12 Feb 2015 10:01:03 -0200 Subject: sx-question-list-order-by bound to O --- sx-question-list.el | 3 +++ 1 file changed, 3 insertions(+) diff --git a/sx-question-list.el b/sx-question-list.el index 7757503..1240c0f 100644 --- a/sx-question-list.el +++ b/sx-question-list.el @@ -367,6 +367,9 @@ into consideration. The same holds for `sx-question-list--order'. ([?\r] sx-display) )) +(sx--define-conditional-key sx-question-list-mode-map "O" #'sx-question-list-order-by + (and (boundp 'sx-question-list--order) sx-question-list--order)) + (defun sx-question-list-hide (data) "Hide question under point. Non-interactively, DATA is a question alist." -- cgit v1.2.3