diff options
author | Sean Allred <code@seanallred.com> | 2014-11-09 16:12:43 -0500 |
---|---|---|
committer | Sean Allred <code@seanallred.com> | 2014-11-09 16:12:43 -0500 |
commit | 73943fe3ff5e55758df295343d8004fde79d1e62 (patch) | |
tree | 89bee3942c01eb3e399c9c2a5231ffd26e9e4abf /sx-lto.el | |
parent | 0b8fd6291719c4913f64a9e322abcb025fbf5e40 (diff) | |
parent | 5305686182f9e233d0c4d056eab9f28a40e3932c (diff) |
Merge branch 'master' into network-list
Conflicts:
sx-site.el
Diffstat (limited to 'sx-lto.el')
-rw-r--r-- | sx-lto.el | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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." |