aboutsummaryrefslogtreecommitdiff
path: root/sx-question-mode.el
diff options
context:
space:
mode:
authorSean Allred <code@seanallred.com>2015-01-04 15:33:54 -0500
committerSean Allred <code@seanallred.com>2015-01-04 15:33:54 -0500
commit3c05aae9915976e749591600f6e8f59cbccef1a4 (patch)
tree2e9b6b1f82247f1bff2871e6656c833bc4035ae6 /sx-question-mode.el
parentbc86289de1cccaca199639911439ec9a600f8f34 (diff)
parente39f18a1a27c9d74c04141d01b176caff869b0cd (diff)
Merge pull request #194 from vermiculus/better-vote-logic
Better vote logic
Diffstat (limited to 'sx-question-mode.el')
-rw-r--r--sx-question-mode.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/sx-question-mode.el b/sx-question-mode.el
index 62bf241..b13caf3 100644
--- a/sx-question-mode.el
+++ b/sx-question-mode.el
@@ -225,8 +225,8 @@ Letters do not insert themselves; instead, they are commands.
("g" sx-question-mode-refresh)
("c" sx-comment)
("v" sx-visit-externally)
- ("u" sx-toggle-upvote)
- ("d" sx-toggle-downvote)
+ ("u" sx-upvote)
+ ("d" sx-downvote)
("q" quit-window)
(" " scroll-up-command)
("a" sx-answer)