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-18 22:31:43 -0200 |
commit | 767570b1d5d6511726609265ee61c26aa9fe0332 (patch) | |
tree | af73c52d92fbb77e57a722003a6475cd50132e6d | |
parent | efc284174d108d8c26a8b6e4fa3738cf697bd7e7 (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 9f37b10..f11449b 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" |