diff options
author | Sean Allred <code@seanallred.com> | 2015-01-02 12:13:28 -0500 |
---|---|---|
committer | Sean Allred <code@seanallred.com> | 2015-01-02 12:13:28 -0500 |
commit | 9a420bffcc426b4826f14ad1f62b5430750821df (patch) | |
tree | 9d5ff1e26d2b8019031895acdb9d030116e35d6f /sx-question-list.el | |
parent | 51fd9620672ce656a0c660ad9e3a940cc9b435f3 (diff) | |
parent | 0325369632523a81e4246533e4067ebd57f7a0e7 (diff) |
Merge pull request #183 from vermiculus/search
Search
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 a5cd005..cf849db 100644 --- a/sx-question-list.el +++ b/sx-question-list.el @@ -317,6 +317,7 @@ 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) |