diff options
author | Artur Malabarba <bruce.connor.am@gmail.com> | 2015-02-12 10:01:03 -0200 |
---|---|---|
committer | Artur Malabarba <bruce.connor.am@gmail.com> | 2015-02-12 10:01:03 -0200 |
commit | db477cd54fa51f7604a8cba815848c7ea1b7ba37 (patch) | |
tree | fccc8c81d8b94c3678290d90931863e6dc7a6595 | |
parent | 78cc17295c255dc188c96ea7a401ee9a915b9269 (diff) |
sx-question-list-order-by bound to O
-rw-r--r-- | sx-question-list.el | 3 |
1 files changed, 3 insertions, 0 deletions
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." |