Use a list of possible URL composition characters
commitb985fa6ffb711f0c6069ca3dcd3828f01b03ef89
authorJason Blevins <jblevins@xbeta.org>
Fri, 10 Nov 2017 17:10:18 +0000 (10 12:10 -0500)
committerJason Blevins <jblevins@xbeta.org>
Fri, 10 Nov 2017 17:13:12 +0000 (10 12:13 -0500)
treefdbd6178ab1d001e397ac53eac21a486f44538f2
parentce663b9d16b52b3dc55542ef3d28c610dfd71073
Use a list of possible URL composition characters

With this commit, `markdown-url-compose-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