diff options
author | Sean Allred <code@seanallred.com> | 2015-01-04 14:37:16 -0500 |
---|---|---|
committer | Sean Allred <code@seanallred.com> | 2015-01-04 14:37:16 -0500 |
commit | a5c3bf4a367622ed509bdf84e46d50b0315c4ea7 (patch) | |
tree | 4ae7eb6f4d75bcd43ccd7baf7253687f59f2cec4 /sx-question-mode.el | |
parent | 917e70936ef82cfd2a34b541348ebd485049f46a (diff) | |
parent | 2f35ff59ca5c28129d9a3ca3546a8b41cdf1ec1d (diff) |
Merge pull request #193 from vermiculus/issue-14-access-starred-questions
Access starred questions
Diffstat (limited to 'sx-question-mode.el')
-rw-r--r-- | sx-question-mode.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sx-question-mode.el b/sx-question-mode.el index c618c96..62bf241 100644 --- a/sx-question-mode.el +++ b/sx-question-mode.el @@ -233,6 +233,7 @@ Letters do not insert themselves; instead, they are commands. ("e" sx-edit) ("S" sx-search) ("s" sx-switchto-map) + ("*" sx-favorite) (,(kbd "S-SPC") scroll-down-command) ([backspace] scroll-down-command) ([tab] forward-button) |