aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sx-question-list.el1
-rw-r--r--sx-question-mode.el1
2 files changed, 2 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)
))
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)