diff --git a/modules/lang/markdown/doctor.el b/modules/lang/markdown/doctor.el new file mode 100644 index 000000000..8224429f9 --- /dev/null +++ b/modules/lang/markdown/doctor.el @@ -0,0 +1,6 @@ +;; -*- lexical-binding: t; no-byte-compile: t; -*- +;;; lang/markdown/doctor.el + +(when (featurep! +pandoc) + (unless (executable-find "pandoc") + (warn! "Couldn't find pandoc, markdown-mode may have issues"))