From e39f18a1a27c9d74c04141d01b176caff869b0cd Mon Sep 17 00:00:00 2001 From: Artur Malabarba Date: Sun, 4 Jan 2015 17:02:43 -0200 Subject: "u" and "d" unconditionally apply votes instead of toggling. To remove votes, use C-u. --- sx-question-list.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sx-question-list.el') 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) -- cgit v1.2.3