diff options
author | Artur Malabarba <bruce.connor.am@gmail.com> | 2015-01-04 17:02:43 -0200 |
---|---|---|
committer | Artur Malabarba <bruce.connor.am@gmail.com> | 2015-01-04 18:25:36 -0200 |
commit | e39f18a1a27c9d74c04141d01b176caff869b0cd (patch) | |
tree | 725fd67f2f9f83e6c5f2b287d79480689106c462 /sx-question-list.el | |
parent | d20f7e140d33b230cdaddd08cc6e2dfe75fd1e2b (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.el | 4 |
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) |