From b6043f63e5b3437633a53bcc191214bb8a7f936b Mon Sep 17 00:00:00 2001 From: Sean Allred Date: Sat, 8 Nov 2014 13:40:57 -0500 Subject: Finish name changes --- sx-lto.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sx-lto.el') diff --git a/sx-lto.el b/sx-lto.el index 6bdd5d0..ad58570 100644 --- a/sx-lto.el +++ b/sx-lto.el @@ -66,14 +66,14 @@ by the API and read by `json-read'." '((((background light)) :background "Grey90") (((background dark)) :background "Grey10")) "Face used on the body content of questions and answers." - :group 'stack-mode-faces) + :group 'sx-faces) ;;; This is not used ATM since we got rid of HTML. But it can be used ;;; once we start extending markdown mode. (defcustom sx-lto-bullet (if (char-displayable-p ?•) " •" " -") "Bullet used on the display of lists." :type 'string - :group 'stack-mode) + :group 'sx) (defun sx-lto--body (data) "Get and cleanup `body_markdown' from DATA." -- cgit v1.2.3