diff options
author | Artur Malabarba <bruce.connor.am@gmail.com> | 2015-01-04 16:52:24 -0200 |
---|---|---|
committer | Artur Malabarba <bruce.connor.am@gmail.com> | 2015-01-04 17:07:14 -0200 |
commit | 6bb1f537a130900b44d8170e61dbb946303af9b5 (patch) | |
tree | f5ad3ef5c03c3cfb1c9aceafc1ffebfc74a18eb7 /sx-question-list.el | |
parent | bfb0c17ee4bb63099f18f031d0ddeb9d62f18ded (diff) |
Bind favoriting to "*"
Diffstat (limited to 'sx-question-list.el')
-rw-r--r-- | sx-question-list.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sx-question-list.el b/sx-question-list.el index 9e08787..0a8e72c 100644 --- a/sx-question-list.el +++ b/sx-question-list.el @@ -323,6 +323,7 @@ into consideration. ("d" sx-toggle-downvote) ("h" sx-question-list-hide) ("m" sx-question-list-mark-read) + ("*" sx-favorite) ([?\r] sx-display) )) |