aboutsummaryrefslogtreecommitdiff
path: root/sx-question-mode.el
diff options
context:
space:
mode:
authorSean Allred <code@seanallred.com>2015-01-03 23:12:52 -0500
committerSean Allred <code@seanallred.com>2015-01-03 23:12:52 -0500
commitb8f10ec2fb55df8851d253dfbdac79d8ddafccf6 (patch)
tree8598dc70212e458480719ee7c29e3d504a0d3aa0 /sx-question-mode.el
parent7069ab0b2374bf255425fca6705e85706645b643 (diff)
parent3753e7c15d6b8b16b76daa238418f71b0de49871 (diff)
Merge branch 'master' into tag-bot
Diffstat (limited to 'sx-question-mode.el')
-rw-r--r--sx-question-mode.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/sx-question-mode.el b/sx-question-mode.el
index a60cf3a..721f935 100644
--- a/sx-question-mode.el
+++ b/sx-question-mode.el
@@ -231,6 +231,7 @@ Letters do not insert themselves; instead, they are commands.
(" " scroll-up-command)
("a" sx-answer)
("e" sx-edit)
+ ("s" sx-search)
(,(kbd "S-SPC") scroll-down-command)
([backspace] scroll-down-command)
([tab] forward-button)
@@ -254,7 +255,7 @@ query the api."
(if no-update
sx-question-mode--data
(sx-assoc-let sx-question-mode--data
- (sx-question-get-question .site .question_id))))
+ (sx-question-get-question .site_par .question_id))))
(goto-char point)
(when (equal (selected-window)
(get-buffer-window (current-buffer)))