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

View File

@ -3,4 +3,4 @@
(when (featurep! +pandoc) (when (featurep! +pandoc)
(unless (executable-find "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")))