Merge pull request #725 from HaoZeke/fixmdDoc

doctor: Fix error with markdown
This commit is contained in:
Henrik Lissner 2018-06-25 15:01:08 +02:00 committed by GitHub
commit e3519e82bf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,4 +3,4 @@
(when (featurep! +pandoc)
(unless (executable-find "pandoc")
(warn! "Couldn't find pandoc, markdown-mode may have issues"))
(warn! "Couldn't find pandoc, markdown-mode may have issues")))