diff options
author | Sean Allred <code@seanallred.com> | 2015-01-03 23:12:52 -0500 |
---|---|---|
committer | Sean Allred <code@seanallred.com> | 2015-01-03 23:12:52 -0500 |
commit | b8f10ec2fb55df8851d253dfbdac79d8ddafccf6 (patch) | |
tree | 8598dc70212e458480719ee7c29e3d504a0d3aa0 /sx-question-list.el | |
parent | 7069ab0b2374bf255425fca6705e85706645b643 (diff) | |
parent | 3753e7c15d6b8b16b76daa238418f71b0de49871 (diff) |
Merge branch 'master' into tag-bot
Diffstat (limited to 'sx-question-list.el')
-rw-r--r-- | sx-question-list.el | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sx-question-list.el b/sx-question-list.el index d84d1ea..cf849db 100644 --- a/sx-question-list.el +++ b/sx-question-list.el @@ -127,7 +127,7 @@ elements: Also see `sx-question-list-refresh'." (sx-assoc-let question-data (let ((favorite (if (member .question_id - (assoc .site + (assoc .site_par sx-favorites--user-favorite-list)) (if (char-displayable-p ?\x2b26) "\x2b26" "*") " "))) (list @@ -317,12 +317,13 @@ into consideration. (":" sx-question-list-switch-site) ("t" sx-tab-switch) ("a" sx-ask) + ("s" sx-search) ("v" sx-visit-externally) ("u" sx-toggle-upvote) ("d" sx-toggle-downvote) ("h" sx-question-list-hide) ("m" sx-question-list-mark-read) - ([?\r] sx-display-question) + ([?\r] sx-display) )) (defun sx-question-list-hide (data) |