make faces really customizable, using defface instead of defcustom
commit3285eb3fc048fecb289b9f937f9b8ca4b47f4f1a
authorintrigeri <intrigeri@boum.org>
Tue, 21 Oct 2008 23:04:05 +0000 (22 01:04 +0200)
committerintrigeri <intrigeri@boum.org>
Tue, 21 Oct 2008 23:09:07 +0000 (22 01:09 +0200)
treeaad7ca0281e7720c1a8d8bf3ca8870e0b75e899c
parent20a3cd89d199717b64a6f025fca4909f61a582bd
make faces really customizable, using defface instead of defcustom

M-x customize-face and customize-group can now be used, and have real-time
effect, after markdown-mode.el is loaded.

This was not the case previously, since the default faces were hard-coded into
font-lock-defaults on load, and subsequent customization was never taken
into account.

This also makes this mode's face customization system compatible with the
color-theme package.

Signed-off-by: intrigeri <intrigeri@boum.org>
markdown-mode.el