aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArtur Malabarba <bruce.connor.am@gmail.com>2015-04-12 21:29:29 +0100
committerArtur Malabarba <bruce.connor.am@gmail.com>2015-04-12 21:29:29 +0100
commitb6d3851ff888a782d50769ffc8d02a1b32bbdb37 (patch)
tree3d4b1d28618ce6eb52487ddd1d9240c048e9ff84
parent000059b06479a8059173ea9a1ad654e4d8313cb0 (diff)
Set default sx-question-mode-recenter-line to 0
-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 561ae23..378c60d 100644
--- a/sx-question-mode.el
+++ b/sx-question-mode.el
@@ -105,7 +105,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 2
+(defcustom sx-question-mode-recenter-line 0
"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.