diff options
author | Artur Malabarba <bruce.connor.am@gmail.com> | 2014-12-18 22:31:43 -0200 |
---|---|---|
committer | Artur Malabarba <bruce.connor.am@gmail.com> | 2014-12-22 10:46:41 -0200 |
commit | 3f472b25a166509e1724199ff7eb136374cc00e3 (patch) | |
tree | 7dc9df7eadbf71097584f3a478844aea8a6f3835 | |
parent | c5bcc85d9cb79c080846cb13979938c8be7c0cba (diff) |
The separator above body is no longer a section
I got tired of having to hit `n` twice to move past the body.
-rw-r--r-- | sx-question-print.el | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sx-question-print.el b/sx-question-print.el index a118a43..2f07132 100644 --- a/sx-question-print.el +++ b/sx-question-print.el @@ -238,8 +238,7 @@ DATA can represent a question or an answer." ;; Body (insert "\n" (propertize sx-question-mode-separator - 'face 'sx-question-mode-header - 'sx-question-mode--section 4)) + 'face 'sx-question-mode-header)) (sx--wrap-in-overlay '(face sx-question-mode-content-face) (insert "\n" |