doctor: Fix error with markdown

This commit is contained in:
HaoZeke 2018-06-25 17:41:52 +05:30
parent c8de34fb55
commit 595d9e593c
No known key found for this signature in database
GPG Key ID: 9CCCE36402CB49A6

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")))