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-mode.el | |
parent | d20f7e140d33b230cdaddd08cc6e2dfe75fd1e2b (diff) |
"u" and "d" unconditionally apply votes instead of toggling.
To remove votes, use C-u.
Diffstat (limited to 'sx-question-mode.el')
-rw-r--r-- | sx-question-mode.el | 4 |
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) |