diff options
author | Artur Malabarba <bruce.connor.am@gmail.com> | 2014-11-25 02:56:29 +0000 |
---|---|---|
committer | Artur Malabarba <bruce.connor.am@gmail.com> | 2014-11-25 02:56:29 +0000 |
commit | ddd4c4ed0387acd66d80004154835586f540dcd1 (patch) | |
tree | 2cf79d0624bd6b3e0428df54d28397b6d789d9a5 | |
parent | 6ed2414bddb842b43c1158ca1f1a9c6cefed4175 (diff) |
Binds for voting.
-rw-r--r-- | sx-question-list.el | 2 | ||||
-rw-r--r-- | sx-question-mode.el | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/sx-question-list.el b/sx-question-list.el index ddc04c7..36a3c51 100644 --- a/sx-question-list.el +++ b/sx-question-list.el @@ -288,6 +288,8 @@ into consideration. ("g" sx-question-list-refresh) (":" sx-question-list-switch-site) ("v" sx-visit) + ("u" sx-toggle-upvote) + ("d" sx-toggle-downvote) ("h" sx-question-list-hide) ("m" sx-question-list-mark-read) ([?\r] sx-question-list-display-question))) diff --git a/sx-question-mode.el b/sx-question-mode.el index 416a4eb..8ccc576 100644 --- a/sx-question-mode.el +++ b/sx-question-mode.el @@ -542,6 +542,8 @@ Letters do not insert themselves; instead, they are commands. ("p" sx-question-mode-previous-section) ("g" sx-question-mode-refresh) ("v" sx-visit) + ("u" sx-toggle-upvote) + ("d" sx-toggle-downvote) ("q" quit-window) (" " scroll-up-command) (,(kbd "S-SPC") scroll-down-command) |