From 595d9e593c1b3d96ecbd892745402996692b619c Mon Sep 17 00:00:00 2001 From: HaoZeke Date: Mon, 25 Jun 2018 17:41:52 +0530 Subject: [PATCH] doctor: Fix error with markdown --- modules/lang/markdown/doctor.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/lang/markdown/doctor.el b/modules/lang/markdown/doctor.el index 8224429f9..353453365 100644 --- a/modules/lang/markdown/doctor.el +++ b/modules/lang/markdown/doctor.el @@ -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")))