aboutsummaryrefslogtreecommitdiff
path: root/sx-lto.el
diff options
context:
space:
mode:
authorSean Allred <code@seanallred.com>2014-11-08 18:24:45 -0500
committerSean Allred <code@seanallred.com>2014-11-08 18:24:45 -0500
commitcecb4a444067d1f73a8ed3dd5e4ec5002e87cc7e (patch)
treee9a8e4453b470fd21b951b8d431ea5fad2d59196 /sx-lto.el
parent4207f8a4764ad3a0bca402160a24cca714cf0cde (diff)
parentbd5e1b387b6f70ff756a2ceda229209c16a2eaf3 (diff)
Merge pull request #34 from vermiculus/initialization
Initialization; Persistent, Lazy Filters
Diffstat (limited to 'sx-lto.el')
-rw-r--r--sx-lto.el4
1 files changed, 2 insertions, 2 deletions
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."