aboutsummaryrefslogtreecommitdiff
path: root/sx-question-mode.el
diff options
context:
space:
mode:
authorSean Allred <code@seanallred.com>2015-01-02 12:14:23 -0500
committerSean Allred <code@seanallred.com>2015-01-02 12:14:23 -0500
commitdbbcabcffcd7ef171b7f8f28ce35e28b70aa00a8 (patch)
tree7c66182afa68c8dc1528c50ae0c0f846d278ef12 /sx-question-mode.el
parent00ccd139248e782cd8316eff65c26aed838c7e46 (diff)
parent9a420bffcc426b4826f14ad1f62b5430750821df (diff)
Merge branch 'master' into fix-mark-read-logic
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)))