Load eww when available; gracefully otherwise
commit4372f3826230f0a411b3d3196f1623a4b9f292aa
authorJason Blevins <jrblevin@sdf.org>
Sat, 9 Jan 2016 12:47:29 +0000 (9 07:47 -0500)
committerJason Blevins <jrblevin@sdf.org>
Sat, 9 Jan 2016 12:47:29 +0000 (9 07:47 -0500)
tree5605271f3e3768519d5fc4b9b5ebcec01663f053
parentbdc065b6a383da1073762e9086f44c4266164a43
Load eww when available; gracefully otherwise

Previously, eww might be available but not loaded and in that case
markdown-mode would error when live-preview was used.  Using require
this way will load the library when available, but will fail gracefully
if not available.
markdown-mode.el