diff options
author | Artur Malabarba <bruce.connor.am@gmail.com> | 2014-11-21 15:55:52 +0000 |
---|---|---|
committer | Artur Malabarba <bruce.connor.am@gmail.com> | 2014-11-21 15:55:52 +0000 |
commit | b03eb9529cc559aa9ea09d81b798d8d809a3ed9c (patch) | |
tree | 6345826f15be962edba9890dbfd4264189e3497c /sx-question-mode.el | |
parent | f96115675a098334a752b2f5f560a154fc417174 (diff) |
Patch faulty separator
Diffstat (limited to 'sx-question-mode.el')
-rw-r--r-- | sx-question-mode.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sx-question-mode.el b/sx-question-mode.el index ea22b12..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 |