From 80f5fcfb384e17cad114cc497651acc536008ff1 Mon Sep 17 00:00:00 2001 From: Artur Malabarba Date: Sun, 19 Apr 2015 16:28:27 +0100 Subject: Improve sx-question-mode-bullet-appearance default value --- sx-question-print.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sx-question-print.el b/sx-question-print.el index 5347eb9..ed13b71 100644 --- a/sx-question-print.el +++ b/sx-question-print.el @@ -423,7 +423,7 @@ where `value' is given `face' as its face. ;;;; Printing and Font-locking the content (body) (defvar sx-question-mode-bullet-appearance - (propertize (if (char-displayable-p ?•) " •" " *") + (propertize (if (char-displayable-p ?•) "•" "*") 'face 'markdown-list-face) "String to be displayed as the bullet of markdown list items.") -- cgit v1.2.3