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