diff options
-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 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.") |