added check for pandoc executable when +pandoc feature is enabled
This commit is contained in:
parent
25bc9cfbaf
commit
c99a02fa53
1 changed files with 6 additions and 0 deletions
6
modules/lang/markdown/doctor.el
Normal file
6
modules/lang/markdown/doctor.el
Normal file
|
@ -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"))
|
Loading…
Add table
Add a link
Reference in a new issue