2018-06-22 13:46:56 +02:00
|
|
|
;; -*- lexical-binding: t; no-byte-compile: t; -*-
|
|
|
|
;;; lang/markdown/doctor.el
|
|
|
|
|
|
|
|
(when (featurep! +pandoc)
|
|
|
|
(unless (executable-find "pandoc")
|
2018-06-25 17:41:52 +05:30
|
|
|
(warn! "Couldn't find pandoc, markdown-mode may have issues")))
|