aboutsummaryrefslogtreecommitdiff
path: root/sx-question-mode.el
diff options
context:
space:
mode:
authorArtur Malabarba <bruce.connor.am@gmail.com>2014-11-29 21:00:26 +0000
committerArtur Malabarba <bruce.connor.am@gmail.com>2014-11-29 21:00:26 +0000
commita77d38b11ec1a2e886fb739f7df3e7bbca1a34c7 (patch)
treed87990ca5a7e6e5bab1811bfd69ec8b15be8a420 /sx-question-mode.el
parenteca252dfddba3b18d4da74bee1b802c8d59e0c4a (diff)
Slight tweak to question-mode-recenter-line
So the "add comment" button is visible after navigating to the comments section.
Diffstat (limited to 'sx-question-mode.el')
-rw-r--r--sx-question-mode.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/sx-question-mode.el b/sx-question-mode.el
index 01a980a..6f5dec3 100644
--- a/sx-question-mode.el
+++ b/sx-question-mode.el
@@ -82,7 +82,7 @@ If WINDOW is given, use that to display the buffer."
;; To move between sections, just search for the property. The value
;; of the text-property is the depth of the section (1 for contents, 2
;; for comments).
-(defcustom sx-question-mode-recenter-line 1
+(defcustom sx-question-mode-recenter-line 2
"Screen line to which we recenter after moving between sections.
This is used as an argument to `recenter', only used if the end
of section is outside the window.