diff options
-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." |