Use a list for definition list display characters
commit087259cbe5a7ebb9945d79a316006a0d48195af9
authorJason Blevins <jblevins@xbeta.org>
Fri, 10 Nov 2017 17:46:10 +0000 (10 12:46 -0500)
committerJason Blevins <jblevins@xbeta.org>
Fri, 10 Nov 2017 17:46:10 +0000 (10 12:46 -0500)
treec713596feb70f97b035655856a9fa3deb6222df7
parent6e0ee2bd55b103108213ca604a11d6df2a8447f2
Use a list for definition list display characters

With this commit, `markdown-definition-display-char` is permitted to
be a list.  The default value is now a sequence of possible characters
and the first one that is displayable will be used.

This is part of a series of changes to improve the load time by
deferring calls to `char-displayable-p`.  See GH-264.
markdown-mode.el