aboutsummaryrefslogtreecommitdiff
path: root/sx-question-mode.el
diff options
context:
space:
mode:
authorArtur Malabarba <bruce.connor.am@gmail.com>2015-01-04 16:52:24 -0200
committerArtur Malabarba <bruce.connor.am@gmail.com>2015-01-04 17:07:14 -0200
commit6bb1f537a130900b44d8170e61dbb946303af9b5 (patch)
treef5ad3ef5c03c3cfb1c9aceafc1ffebfc74a18eb7 /sx-question-mode.el
parentbfb0c17ee4bb63099f18f031d0ddeb9d62f18ded (diff)
Bind favoriting to "*"
Diffstat (limited to 'sx-question-mode.el')
-rw-r--r--sx-question-mode.el1
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)