diff options
author | Sean Allred <code@seanallred.com> | 2015-01-04 15:33:54 -0500 |
---|---|---|
committer | Sean Allred <code@seanallred.com> | 2015-01-04 15:33:54 -0500 |
commit | 3c05aae9915976e749591600f6e8f59cbccef1a4 (patch) | |
tree | 2e9b6b1f82247f1bff2871e6656c833bc4035ae6 /sx-question-list.el | |
parent | bc86289de1cccaca199639911439ec9a600f8f34 (diff) | |
parent | e39f18a1a27c9d74c04141d01b176caff869b0cd (diff) |
Merge pull request #194 from vermiculus/better-vote-logic
Better vote logic
Diffstat (limited to 'sx-question-list.el')
-rw-r--r-- | sx-question-list.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sx-question-list.el b/sx-question-list.el index 40b72b9..3354052 100644 --- a/sx-question-list.el +++ b/sx-question-list.el @@ -349,8 +349,8 @@ into consideration. ("S" sx-search) ("s" sx-switchto-map) ("v" sx-visit-externally) - ("u" sx-toggle-upvote) - ("d" sx-toggle-downvote) + ("u" sx-upvote) + ("d" sx-downvote) ("h" sx-question-list-hide) ("m" sx-question-list-mark-read) ("*" sx-favorite) |