aboutsummaryrefslogtreecommitdiff
path: root/sx-question-mode.el
diff options
context:
space:
mode:
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 f8a0d1e..f1705a5 100644
--- a/sx-question-mode.el
+++ b/sx-question-mode.el
@@ -270,6 +270,7 @@ DATA can represent a question or an answer."
(insert "\n"
(sx-question-mode--fill-and-fontify
.body_markdown)
+ "\n"
(propertize sx-question-mode-separator
'face 'sx-question-mode-header))))
;; Comments
@@ -547,7 +548,7 @@ Optional argument _ is for `push-button'."
;;; Major-mode
-(define-derived-mode sx-question-mode markdown-mode "Question"
+(define-derived-mode sx-question-mode special-mode "Question"
"Major mode to display and navigate a question and its answers.
Letters do not insert themselves; instead, they are commands.