diff options
-rw-r--r-- | sx-question-mode.el | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sx-question-mode.el b/sx-question-mode.el index dd231bc..fd7f026 100644 --- a/sx-question-mode.el +++ b/sx-question-mode.el @@ -177,9 +177,10 @@ property." ("c" sx-comment "comment") ("a" sx-answer "answer") ("e" sx-edit "edit") - ("S" sx-search "Search") - ("s" sx-switchto-map "switch-to") + ("S" sx-search) ("*" sx-favorite "star") + ("K" sx-delete "Delete") + ("s" sx-switchto-map "switch-to") ("TAB" forward-button "Navigate") ("<S-iso-lefttab>" backward-button) ("<S-tab>" backward-button) |