diff options
author | Artur Malabarba <bruce.connor.am@gmail.com> | 2015-03-22 19:51:57 +0000 |
---|---|---|
committer | Artur Malabarba <bruce.connor.am@gmail.com> | 2015-03-22 19:51:57 +0000 |
commit | 6dc7c3c1ae61188e46fff00f9880a5ee27905df3 (patch) | |
tree | 185e38743b6193f6b46adb1969b89617e2993fe1 | |
parent | 8bbca9bff462fef6d1daafd35583b301f896ce15 (diff) |
Shorten separator
-rw-r--r-- | sx-question-print.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sx-question-print.el b/sx-question-print.el index 51c047c..f8d7d17 100644 --- a/sx-question-print.el +++ b/sx-question-print.el @@ -126,7 +126,7 @@ the editor's name." :group 'sx-question-mode) (defcustom sx-question-mode-separator - (concat (make-string 80 ?_) "\n") + (concat (make-string 69 ?_) "\n") "Separator used between header and body." :type 'string :group 'sx-question-mode) |