lang/markdown: add markdown-command check
This commit is contained in:
parent
be6efd8dbf
commit
da02fa8c38
1 changed files with 5 additions and 0 deletions
|
@ -4,3 +4,8 @@
|
|||
(when (featurep! +pandoc)
|
||||
(unless (executable-find "pandoc")
|
||||
(warn! "Couldn't find pandoc, markdown-mode may have issues")))
|
||||
|
||||
(when (require 'markdown-mode nil t)
|
||||
(unless (executable-find markdown-command)
|
||||
(warn! "Couldn't find %S, can't export markdown to html"
|
||||
markdown-command)))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue