aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArtur Malabarba <bruce.connor.am@gmail.com>2014-11-26 00:55:49 +0000
committerArtur Malabarba <bruce.connor.am@gmail.com>2014-11-26 00:55:49 +0000
commit977182943de4e3824a9178f3f3c114648b227265 (patch)
tree9d33a93303f2ae955904f1b5dbd6b153efc15042
parent2e8d2015639cc09e31b9ebf35b1d1bddbd0fdc88 (diff)
Add keybind for commenting.
-rw-r--r--sx-question-mode.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/sx-question-mode.el b/sx-question-mode.el
index 06413f2..70b8866 100644
--- a/sx-question-mode.el
+++ b/sx-question-mode.el
@@ -572,6 +572,7 @@ Letters do not insert themselves; instead, they are commands.
`(("n" sx-question-mode-next-section)
("p" sx-question-mode-previous-section)
("g" sx-question-mode-refresh)
+ ("c" sx-comment)
("v" sx-visit)
("u" sx-toggle-upvote)
("d" sx-toggle-downvote)