aboutsummaryrefslogtreecommitdiff
path: root/sx-question-list.el
diff options
context:
space:
mode:
authorArtur Malabarba <bruce.connor.am@gmail.com>2015-01-04 17:02:43 -0200
committerArtur Malabarba <bruce.connor.am@gmail.com>2015-01-04 18:25:36 -0200
commite39f18a1a27c9d74c04141d01b176caff869b0cd (patch)
tree725fd67f2f9f83e6c5f2b287d79480689106c462 /sx-question-list.el
parentd20f7e140d33b230cdaddd08cc6e2dfe75fd1e2b (diff)
"u" and "d" unconditionally apply votes instead of toggling.
To remove votes, use C-u.
Diffstat (limited to 'sx-question-list.el')
-rw-r--r--sx-question-list.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/sx-question-list.el b/sx-question-list.el
index 0a8e72c..a8b9fb3 100644
--- a/sx-question-list.el
+++ b/sx-question-list.el
@@ -319,8 +319,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)